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 a8e2f67 commit 47fd1bbCopy full SHA for 47fd1bb
.github/workflows/build.yml
@@ -215,7 +215,7 @@ jobs:
215
- name: Tune GitHub-hosted runner network
216
uses: smorimoto/tune-github-hosted-runner-network@v1
217
- name: Download artifacts
218
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
219
- name: Publish to GitHub Packages
220
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
221
run: |
0 commit comments