Skip to content

Commit 8fb54a4

Browse files
dependabot[bot]gaul
authored andcommitted
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88ed745 commit 8fb54a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ jobs:
148148
needs: [runTests, meta]
149149
steps:
150150
- uses: actions/checkout@v6
151-
- uses: actions/download-artifact@v6
151+
- uses: actions/download-artifact@v7
152152
with:
153153
name: s3proxy
154154
path: target
155-
- uses: actions/download-artifact@v6
155+
- uses: actions/download-artifact@v7
156156
with:
157157
name: pom
158158
path: .

0 commit comments

Comments
 (0)