Skip to content

Commit

Permalink
Merge pull request #98 from americanexpress/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
grinish21 authored Jan 8, 2024
2 parents 69c7517 + aeb8c0f commit 629af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN}}
- name: Download earlybird artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Copy artifacts to current directory
run: mv earlybird-binaries/* .
- name: Print current directory
Expand Down

0 comments on commit 629af24

Please sign in to comment.