chore(deps): update github artifact actions
R
Renovate Bot
<renovate@whitesourcesoftware.com>
committete am 19.02.2026 08:07
bdb1bc07a9b0c2de226d78e91fb113f35daca066
| @@ -73,7 +73,7 @@ jobs: | ||
| 73 | 73 | cat checksums-${{ matrix.goos }}-${{ matrix.goarch }}.txt |
| 74 | 74 | |
| 75 | 75 | - name: Upload artifact |
| 76 | -uses: actions/upload-artifact@v4 |
|
| 76 | +uses: actions/upload-artifact@v6 |
|
| 77 | 77 | with: |
| 78 | 78 | name: ${{ env.BINARY_NAME }}-${{ matrix.goos }}-${{ matrix.goarch }} |
| 79 | 79 | path: dist/* |
| @@ -84,7 +84,7 @@ jobs: | ||
| 84 | 84 | runs-on: ubuntu-latest |
| 85 | 85 | steps: |
| 86 | 86 | - name: Download all artifacts |
| 87 | -uses: actions/download-artifact@v4 |
|
| 87 | +uses: actions/download-artifact@v7 |
|
| 88 | 88 | with: |
| 89 | 89 | path: artifacts |
| 90 | 90 | merge-multiple: true |