Skip to content

Commit 3adb2d9

Browse files
dependabot[bot]gaul
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c3cb9f commit 3adb2d9

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
@@ -134,11 +134,11 @@ jobs:
134134
docker stop localstack
135135
136136
#Store the target
137-
- uses: actions/upload-artifact@v5
137+
- uses: actions/upload-artifact@v6
138138
with:
139139
name: s3proxy
140140
path: target/s3proxy
141-
- uses: actions/upload-artifact@v5
141+
- uses: actions/upload-artifact@v6
142142
with:
143143
name: pom
144144
path: pom.xml

0 commit comments

Comments
 (0)