Skip to content

Commit

Permalink
Update github action upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Nov 5, 2024
1 parent 4e9db9a commit 0cf9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "::set-output name=image::$IMAGE"
# artifact upload will take care of zipping for us
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: github.event_name == 'schedule'
with:
name: ${{ steps.copy.outputs.image }}
Expand Down

0 comments on commit 0cf9e40

Please sign in to comment.