Merge pull request #2 from 9IT-Full-Service/renovate/major-github-artifact-actions [skip ci]
chore(deps): update github artifact actions
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 09:03
b09531cb95f20fce1927f1d2d6673a802ed408d0
| @@ -74,5 +74,5 @@ jobs: | ||
| 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 }} |
| @@ -85,5 +85,5 @@ jobs: | ||
| 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 |