Skip to content

Commit 84e2c37

Browse files
build(deps): 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 ac80ee5 commit 84e2c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
- name: Setup Gradle
7474
uses: gradle/actions/setup-gradle@v4
7575
- name: Download isthmus-ubuntu-latest binary
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v5
7777
with:
7878
name: isthmus-ubuntu-latest
7979
path: native/libs
8080
- name: Download isthmus-macOS-latest binary
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v5
8282
with:
8383
name: isthmus-macOS-latest
8484
path: native/libs

0 commit comments

Comments
 (0)