Skip to content

Commit b75e00d

Browse files
Bump the github_actions group with 2 updates (#715)
Bumps the github_actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `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/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fadc8b commit b75e00d

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
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
bundle exec rspec
5353
mv coverage/coverage.xml coverage/coverage-ruby-${{ matrix.ruby }}-${{ matrix.rails }}.xml
54-
- uses: actions/upload-artifact@v5
54+
- uses: actions/upload-artifact@v6
5555
with:
5656
name: coverage-ruby-${{ matrix.ruby }}-${{ matrix.rails }}
5757
path: coverage
@@ -64,7 +64,7 @@ jobs:
6464
- test
6565
steps:
6666
- uses: actions/checkout@v6
67-
- uses: actions/download-artifact@v6
67+
- uses: actions/download-artifact@v7
6868
with:
6969
pattern: coverage-ruby-*
7070
path: coverage

0 commit comments

Comments
 (0)