Skip to content

Commit b692ca7

Browse files
Bump the github_actions group with 2 updates
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 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef76106 commit b692ca7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
RAILS_ENV: test
3030
run: bin/rails db:setup test:all
3131
- name: Upload screenshots from failed system tests
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
if: failure()
3434
with:
3535
name: screenshots
3636
path: ${{ github.workspace }}/tmp/screenshots
3737
if-no-files-found: ignore
38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
name: rails-coverage
4141
path: coverage
@@ -49,7 +49,7 @@ jobs:
4949
- run_tests
5050
steps:
5151
- uses: actions/checkout@v5
52-
- uses: actions/download-artifact@v5
52+
- uses: actions/download-artifact@v6
5353
with:
5454
name: rails-coverage
5555
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)