chore(deps): update github artifact actions (#6)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
R
Rüdiger Küpper
<rpr@9it.de>
committete am 27.02.2026 23:03
21f04ec8ae4faf990015f00b51ea2b0332b33b7e
| @@ -84,7 +84,7 @@ jobs: | ||
| 84 | 84 | cat checksums-${SUFFIX}.txt |
| 85 | 85 | |
| 86 | 86 | - name: Upload artifact |
| 87 | -uses: actions/upload-artifact@v6 |
|
| 87 | +uses: actions/upload-artifact@v7 |
|
| 88 | 88 | with: |
| 89 | 89 | name: ${{ env.BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.goarm && format('v{0}', matrix.goarm) || '' }} |
| 90 | 90 | path: dist/* |
| @@ -95,7 +95,7 @@ jobs: | ||
| 95 | 95 | runs-on: ubuntu-latest |
| 96 | 96 | steps: |
| 97 | 97 | - name: Download all artifacts |
| 98 | -uses: actions/download-artifact@v7 |
|
| 98 | +uses: actions/download-artifact@v8 |
|
| 99 | 99 | with: |
| 100 | 100 | path: artifacts |
| 101 | 101 | merge-multiple: true |