Skip to content

Commit

Permalink
Updated to download-artifact@v4 (from download-artifact@v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Sep 4, 2024
1 parent a9577b8 commit f7469c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: ./dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_publish_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: ./dist/
Expand Down

0 comments on commit f7469c2

Please sign in to comment.