Skip to content

Commit

Permalink
ci: update upload-artifact action to v4 in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Apr 17, 2024
1 parent 77fdcc1 commit 8f1639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
cd ..
- name: Upload zipped app as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-zip-${{ env.NEW_VERSION }}
path: ${{ github.workspace }}/${{ env.ZIPPED_FILE }}
Expand Down

0 comments on commit 8f1639d

Please sign in to comment.