We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5496e commit 42e2e4aCopy full SHA for 42e2e4a
.github/workflows/build.yml
@@ -256,7 +256,7 @@ jobs:
256
- name: Tune GitHub-hosted runner network
257
uses: smorimoto/tune-github-hosted-runner-network@v1
258
- name: Download artifacts
259
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
260
- name: Publish to GitHub Packages
261
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
262
run: |
0 commit comments