Skip to content

Commit 5b08316

Browse files
Merge pull request #144 from Unidata/dependabot-github_actions-actions-download-artifact-5
CI: (deps): Bump actions/download-artifact from 4 to 5
2 parents 1a6bce5 + 4101259 commit 5b08316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Download packages
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747
with:
4848
path: ./dist
4949
name: artifact

0 commit comments

Comments
 (0)