Skip to content

Commit

Permalink
fix: Download artifacts using the correct version of actions/download…
Browse files Browse the repository at this point in the history
…-artifact
  • Loading branch information
maxemiliang committed Apr 20, 2024
1 parent aafcc59 commit 8ccdd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: [ build-test, build-proprietary ]
runs-on: [ self-hosted, docker ]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download artifacts
with:
path: artifacts
Expand Down

0 comments on commit 8ccdd22

Please sign in to comment.