Skip to content

Commit bd4b540

Browse files
dependabot[bot]vbarua
authored andcommitted
build(deps): bump actions/download-artifact from 5 to 6 (#572)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc13103 commit bd4b540

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
@@ -77,12 +77,12 @@ jobs:
7777
- name: Setup Gradle
7878
uses: gradle/actions/setup-gradle@v5
7979
- name: Download isthmus-ubuntu-latest binary
80-
uses: actions/download-artifact@v5
80+
uses: actions/download-artifact@v6
8181
with:
8282
name: isthmus-ubuntu-latest
8383
path: native/libs
8484
- name: Download isthmus-macOS-latest binary
85-
uses: actions/download-artifact@v5
85+
uses: actions/download-artifact@v6
8686
with:
8787
name: isthmus-macOS-latest
8888
path: native/libs

0 commit comments

Comments
 (0)