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 c5f6c4d commit ed4c2d3Copy full SHA for ed4c2d3
.github/workflows/package.yml
@@ -42,7 +42,7 @@ jobs:
42
working-directory: ./build
43
run: zip -r ../metaflow-ui-${{ env.RELEASE_VERSION }}.zip ./*
44
45
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
46
with:
47
name: metaflow-ui-${{ env.RELEASE_VERSION }}
48
path: ./build
0 commit comments