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 731970b commit e5ebf04Copy full SHA for e5ebf04
.github/workflows/build.yml
@@ -225,7 +225,7 @@ jobs:
225
- name: Tune GitHub-hosted runner network
226
uses: smorimoto/tune-github-hosted-runner-network@v1
227
- name: Download artifacts
228
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
229
- name: Publish to GitHub Packages
230
if: github.event_name == 'push' || github.event_name == 'release'
231
env:
0 commit comments