We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc185ae commit b78d7d3Copy full SHA for b78d7d3
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
curl -L https://dl.cloudsmith.io/public/vectrexy/vectrexy/raw/files/data.zip -o data.zip
106
unzip data.zip -d $PACKAGE_DIR
107
108
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
109
with:
110
name: ${{ env.PACKAGE_DIR }}
111
path: ${{ env.PACKAGE_DIR }}
0 commit comments