mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
ci: update upload-artifact to 3.1.1 to remove set-output warnings (#887)
This commit is contained in:
parent
9dc6d0c0d5
commit
5649b850a8
2 changed files with 6 additions and 6 deletions
8
.github/workflows/build_releases.yml
vendored
8
.github/workflows/build_releases.yml
vendored
|
@ -190,7 +190,7 @@ jobs:
|
|||
mv manpage.tar.gz release/
|
||||
|
||||
- name: Save release as artifact
|
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
||||
with:
|
||||
retention-days: 3
|
||||
name: release
|
||||
|
@ -236,7 +236,7 @@ jobs:
|
|||
mv bottom_x86_64_installer.msi release/
|
||||
|
||||
- name: Save release as artifact
|
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
||||
with:
|
||||
retention-days: 3
|
||||
name: release
|
||||
|
@ -262,7 +262,7 @@ jobs:
|
|||
python ./scripts/cirrus/build.py "${{ github.ref_name }}" "release/" "${{ inputs.caller }}"
|
||||
|
||||
- name: Save release as artifact
|
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
||||
with:
|
||||
retention-days: 3
|
||||
name: release
|
||||
|
@ -349,7 +349,7 @@ jobs:
|
|||
mv bottom_${{ matrix.info.target }}.deb release/
|
||||
|
||||
- name: Save release as artifact
|
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
||||
with:
|
||||
retention-days: 3
|
||||
name: release
|
||||
|
|
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
run: echo "${{ env.VERSION }}" > release-version
|
||||
|
||||
- name: Upload release-version as artifact
|
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
||||
with:
|
||||
retention-days: 3
|
||||
name: release-version
|
||||
|
@ -97,7 +97,7 @@ jobs:
|
|||
mv choco.zip release/
|
||||
|
||||
- name: Save release as artifact
|
||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
||||
with:
|
||||
retention-days: 3
|
||||
name: release
|
||||
|
|
Loading…
Reference in a new issue