Skip to content

Commit

Permalink
ci: update download-artifact action to v4 in deploy-extension workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Mar 10, 2024
1 parent b4e12cb commit 2b77757
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 @@ -139,7 +139,7 @@ jobs:
if: ${{ needs.PrepareBuildAndZip.outputs.NEW_VERSION != needs.PrepareBuildAndZip.outputs.OLD_VERSION || github.event_name == 'workflow_dispatch' }}
steps:
- name: Download zipped app artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-zip
- name: Refresh Google API Token
Expand Down

0 comments on commit 2b77757

Please sign in to comment.