Skip to content

Commit 587bf90

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#126)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a921f3 commit 587bf90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: [ build-neptune-query ]
4242
runs-on: tools-gha-runners
4343
steps:
44-
- uses: actions/download-artifact@v5
44+
- uses: actions/download-artifact@v6
4545
with:
4646
name: neptune-query-package
4747
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
- test-install
6767
runs-on: tools-gha-runners
6868
steps:
69-
- uses: actions/download-artifact@v5
69+
- uses: actions/download-artifact@v6
7070
with:
7171
name: neptune-query-package
7272
path: dist/

0 commit comments

Comments
 (0)