Skip to content

Commit 6d401c0

Browse files
chore(deps): update github artifact actions (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a686c6 commit 6d401c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: task build-portable
4040

4141
- name: Upload portable dist
42-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
42+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4343
with:
4444
name: SyncTrayzorPortable-${{ env.arch }}.zip
4545
path: ./release/SyncTrayzorPortable-${{ env.arch }}.zip
@@ -48,7 +48,7 @@ jobs:
4848
run: task build-installer
4949

5050
- name: Upload installer dist
51-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
51+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
5252
with:
5353
name: SyncTrayzorSetup-${{ env.arch }}.exe
5454
path: ./release/SyncTrayzorSetup-${{ env.arch }}.exe
@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: 0
6767

6868
- name: Download all build artifacts
69-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
69+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
7070
with:
7171
path: "${{ github.workspace }}/release"
7272
merge-multiple: true
@@ -95,7 +95,7 @@ jobs:
9595
SYNCTRAYZOR_PRIVATE_KEY_PASSPHRASE: "${{ secrets.SYNCTRAYZOR_PRIVATE_KEY_PASSPHRASE }}"
9696

9797
- name: Upload signature file
98-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
98+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
9999
with:
100100
name: sha512sum.txt.asc
101101
path: release/sha512sum.txt.asc
@@ -141,7 +141,7 @@ jobs:
141141
SYNCTRAYZOR_RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}
142142

143143
- name: Upload choco package
144-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
144+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
145145
with:
146146
path: ./release/synctrayzor*.nupkg
147147

0 commit comments

Comments
 (0)