Skip to content

Commit f76f96e

Browse files
build(deps): 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] <[email protected]>
1 parent 3264d47 commit f76f96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
ruby-version: "3.3"
215215
bundler-cache: true
216216
- run: ./bin/test-gem-build gems ruby
217-
- uses: actions/upload-artifact@v5
217+
- uses: actions/upload-artifact@v6
218218
with:
219219
name: source-gem
220220
path: gems
@@ -276,7 +276,7 @@ jobs:
276276
docker run --rm -v $PWD:/work -w /work \
277277
ghcr.io/rake-compiler/rake-compiler-dock-image:${{ needs.native_setup.outputs.rcd_image_version }}-mri-${{ matrix.platform }} \
278278
./bin/test-gem-build gems ${{ matrix.platform }}
279-
- uses: actions/upload-artifact@v5
279+
- uses: actions/upload-artifact@v6
280280
with:
281281
name: "cruby-${{ matrix.platform }}-gem"
282282
path: gems

0 commit comments

Comments
 (0)