Skip to content

Commit

Permalink
fix: upgrade upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
michael12312 committed Sep 4, 2024
1 parent 2646eaa commit 2a6203e
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 @@ -54,7 +54,7 @@ jobs:
make dev-build
- name: Prerelease - Store docker image as artifact
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.1.0
with:
name: image
path: build/*.tar
Expand Down

0 comments on commit 2a6203e

Please sign in to comment.