Skip to content

Commit

Permalink
update actions/download-artifact to v4 (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalogarciajaubert authored Jan 24, 2024
1 parent 16b4b1c commit 705ec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-integration-run-one/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ runs:
# from the `Prepare Integration Tests` workflow into the `packages/framework-integration-tests/.booster`
# folder.
- name: Download integration test dependencies
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: integration-test-dependencies-${{ env.ACTUAL_SHA }}
path: packages/framework-integration-tests/.booster
Expand Down

0 comments on commit 705ec48

Please sign in to comment.