Skip to content

Commit 14a957f

Browse files
dependabot[bot]torokati44
authored andcommitted
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] <[email protected]>
1 parent cd0a380 commit 14a957f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878

79-
- uses: actions/download-artifact@v4
79+
- uses: actions/download-artifact@v5
8080
with: # no name set, so all artifacts are downloaded
8181
path: native-libs
8282

@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- uses: actions/checkout@v4
133133

134-
- uses: actions/download-artifact@v4
134+
- uses: actions/download-artifact@v5
135135
with: # no name set, so all artifacts are downloaded
136136
path: native-libs
137137

0 commit comments

Comments
 (0)