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
| @@ -85,5 +85,5 @@ jobs: | ||
| 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) || '' }} |
| @@ -96,5 +96,5 @@ jobs: | ||
| 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 |