We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c47b0 commit 3f8ef64Copy full SHA for 3f8ef64
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
64
# Upload the build artifacts to be used by the deploy job
65
- name: Upload build artifacts
66
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
67
with:
68
name: build-output
69
path: |
0 commit comments