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 4d35d6f commit 52e0134Copy full SHA for 52e0134
.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@v5
+ uses: actions/download-artifact@v4
219
- name: Publish to GitHub Packages
220
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
221
run: |
0 commit comments