Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 (#287)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 037f869 commit acff429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
needs: prepare
steps:
- name: Download workspace
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: prepare-workspace
path: ./prepare-workspace/
Expand Down

0 comments on commit acff429

Please sign in to comment.