|
39 | 39 | run: task build-portable |
40 | 40 |
|
41 | 41 | - name: Upload portable dist |
42 | | - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 |
| 42 | + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 |
43 | 43 | with: |
44 | 44 | name: SyncTrayzorPortable-${{ env.arch }}.zip |
45 | 45 | path: ./release/SyncTrayzorPortable-${{ env.arch }}.zip |
|
48 | 48 | run: task build-installer |
49 | 49 |
|
50 | 50 | - name: Upload installer dist |
51 | | - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 |
| 51 | + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 |
52 | 52 | with: |
53 | 53 | name: SyncTrayzorSetup-${{ env.arch }}.exe |
54 | 54 | path: ./release/SyncTrayzorSetup-${{ env.arch }}.exe |
|
66 | 66 | fetch-depth: 0 |
67 | 67 |
|
68 | 68 | - name: Download all build artifacts |
69 | | - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 |
| 69 | + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 |
70 | 70 | with: |
71 | 71 | path: "${{ github.workspace }}/release" |
72 | 72 | merge-multiple: true |
|
95 | 95 | SYNCTRAYZOR_PRIVATE_KEY_PASSPHRASE: "${{ secrets.SYNCTRAYZOR_PRIVATE_KEY_PASSPHRASE }}" |
96 | 96 |
|
97 | 97 | - name: Upload signature file |
98 | | - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 |
| 98 | + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 |
99 | 99 | with: |
100 | 100 | name: sha512sum.txt.asc |
101 | 101 | path: release/sha512sum.txt.asc |
@@ -141,7 +141,7 @@ jobs: |
141 | 141 | SYNCTRAYZOR_RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }} |
142 | 142 |
|
143 | 143 | - name: Upload choco package |
144 | | - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 |
| 144 | + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 |
145 | 145 | with: |
146 | 146 | path: ./release/synctrayzor*.nupkg |
147 | 147 |
|
|
0 commit comments