We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec2164 commit 84d4bd8Copy full SHA for 84d4bd8
.github/workflows/create-artifact.yml
@@ -56,7 +56,7 @@ jobs:
56
zip -r $ARTIFACT_ZIP $ARTIFACT_PATH
57
58
- name: Upload artifact
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
with:
61
name: ${{ env.ARTIFACT_NAME }}
62
path: ${{ env.ARTIFACT_ZIP }}
.github/workflows/run-tests.yml
@@ -148,7 +148,7 @@ jobs:
148
149
- name: Upload failure video
150
if: ${{ failure() }}
151
152
153
name: customizer.spec.js.mp4
154
path: ./.dev/tests/cypress/videos/**/*.mp4
0 commit comments