Skip to content

Commit

Permalink
Don't use deprecated upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcek committed Oct 2, 2024
1 parent aa9f155 commit b90d198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
PATAT_TAG: ${{ steps.get_version.outputs.version }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: startsWith(github.ref, 'refs/tags')
with:
path: artifacts/*
Expand Down

0 comments on commit b90d198

Please sign in to comment.