Skip to content

Commit

Permalink
download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Jan 23, 2025
1 parent cba4738 commit d20d011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rm -r manifests
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: manifests
path: manifests/
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
persist-credentials: false
ref: master
- run: rm -r ./manifests
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: manifests
path: manifests/
Expand Down

0 comments on commit d20d011

Please sign in to comment.