Skip to content

Commit

Permalink
fix: download-artifact upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
michael12312 committed Sep 4, 2024
1 parent fa999a0 commit 2646eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
kubectl get node
- name: Prerelease - pull image from artifact
if: github.event_name == 'pull_request'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: image
- name: Prerelease - load image
Expand Down

0 comments on commit 2646eaa

Please sign in to comment.