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 39ba5d0 commit b0f7796Copy full SHA for b0f7796
.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