Skip to content

Commit 9dc1182

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1f51ab commit 9dc1182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-deno-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
NODE_AUTH_TOKEN: "${{secrets.NPM_TOKEN}}"
9898
steps:
9999
- name: "Restore NPM Package Artifact"
100-
uses: "actions/download-artifact@v4"
100+
uses: "actions/download-artifact@v5"
101101
with:
102102
name: "npm-artifact"
103103
path: "${{github.workspace}}"

0 commit comments

Comments
 (0)