Skip to content

Commit

Permalink
Switched download action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshBhatthere committed Feb 3, 2025
1 parent 153ac28 commit e35bc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rock

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
./tests/scripts/github-action-helper.sh create_partitions_for_osds
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rock

Expand Down

0 comments on commit e35bc02

Please sign in to comment.