Skip to content

Commit ed4c2d3

Browse files
authored
update upload-artifact to v4 (#169)
1 parent c5f6c4d commit ed4c2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ./build
4343
run: zip -r ../metaflow-ui-${{ env.RELEASE_VERSION }}.zip ./*
4444

45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: metaflow-ui-${{ env.RELEASE_VERSION }}
4848
path: ./build

0 commit comments

Comments
 (0)