We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e615f1a commit fa26fc9Copy full SHA for fa26fc9
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
zip -r ../../datasim-bundle.zip ./
54
55
- name: Archive Bundle
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
with:
58
name: datasim-bundle-artifact-${{ github.sha }}
59
path: datasim-bundle.zip
0 commit comments