@@ -130,7 +130,7 @@ jobs:
130130 text : " For details, see [this run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id}})."
131131 details-url : " https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id}}"
132132 - name : Re-publish bundle-artifacts so the next job can easily use it
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@v5
134134 with :
135135 name : bundle-artifacts
136136 path : bundle-artifacts
@@ -340,7 +340,7 @@ jobs:
340340 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
341341 append-text : ' The `${{env.MINGW_PACKAGE_PREFIX}}-git` package was built successfully'
342342 - name : Publish ${{env.MINGW_PACKAGE_PREFIX}}-git
343- uses : actions/upload-artifact@v4
343+ uses : actions/upload-artifact@v5
344344 with :
345345 name : pkg-${{env.ARCHITECTURE}}
346346 path : artifacts
@@ -469,7 +469,7 @@ jobs:
469469 run : |
470470 cp /usr/src/build-extra/mingit/root/etc/package-versions.txt artifacts/
471471 - name : Publish ${{matrix.artifact.name}}-${{env.ARCHITECTURE}}
472- uses : actions/upload-artifact@v4
472+ uses : actions/upload-artifact@v5
473473 id : upload-artifact
474474 with :
475475 name : ${{matrix.artifact.name}}-${{env.ARCHITECTURE}}
@@ -538,7 +538,7 @@ jobs:
538538 "$env:ProgramFiles\Git\${{env.MINGW_PREFIX}}\bin" | Out-File -Encoding ascii -Append $env:GITHUB_PATH
539539 - name : Publish installer log
540540 if : matrix.artifact.name == 'installer' && (failure() || success())
541- uses : actions/upload-artifact@v4
541+ uses : actions/upload-artifact@v5
542542 with :
543543 name : installer.log
544544 path : installer.log
@@ -586,7 +586,7 @@ jobs:
586586 fs.mkdirSync('sha256sums')
587587 fs.writeFileSync('sha256sums/sha256sums.txt', Object.values(JSON.parse(process.env.SHA256SUMS)).join('\n'))
588588 - name : publish SHA-256 checksums
589- uses : actions/upload-artifact@v4
589+ uses : actions/upload-artifact@v5
590590 with :
591591 name : sha256sums
592592 path : sha256sums
0 commit comments