Skip to content

Commit

Permalink
upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiorano committed Dec 5, 2024
1 parent cc185ae commit b78d7d3
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 @@ -105,7 +105,7 @@ jobs:
curl -L https://dl.cloudsmith.io/public/vectrexy/vectrexy/raw/files/data.zip -o data.zip
unzip data.zip -d $PACKAGE_DIR
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.PACKAGE_DIR }}
path: ${{ env.PACKAGE_DIR }}
Expand Down

0 comments on commit b78d7d3

Please sign in to comment.