Skip to content

Commit b78d7d3

Browse files
committed
upload-artifact@v4
1 parent cc185ae commit b78d7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
curl -L https://dl.cloudsmith.io/public/vectrexy/vectrexy/raw/files/data.zip -o data.zip
106106
unzip data.zip -d $PACKAGE_DIR
107107
108-
- uses: actions/upload-artifact@v2
108+
- uses: actions/upload-artifact@v4
109109
with:
110110
name: ${{ env.PACKAGE_DIR }}
111111
path: ${{ env.PACKAGE_DIR }}

0 commit comments

Comments
 (0)