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 44fac50 commit a1e1710Copy full SHA for a1e1710
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Step 5: Upload Build Artifact
70
- name: Upload Build Artifact
71
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
72
with:
73
name: ${{ vars.ARTIFACT_NAME }}
74
path: ${{ vars.BUILD_PATH }}
0 commit comments