Skip to content

Commit 7c2c151

Browse files
Bump actions/upload-artifact from 6 to 7 (#1718)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59d93c7 commit 7c2c151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
run: bin/rspec --require ./spec/support/pre_documentation_formatter.rb --format PreDocumentationFormatter
7272
# Archive
7373
- name: Archive system spec screenshots
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
if: failure()
7676
with:
7777
name: screenshots-devenv
7878
path: |
7979
demo/tmp/screenshots
8080
demo/tmp/capybara
8181
- name: Archive Rails logs
82-
uses: actions/upload-artifact@v6
82+
uses: actions/upload-artifact@v7
8383
if: failure()
8484
with:
8585
name: rails_logs-devenv
@@ -180,15 +180,15 @@ jobs:
180180
181181
# Archive
182182
- name: Archive system spec screenshots
183-
uses: actions/upload-artifact@v6
183+
uses: actions/upload-artifact@v7
184184
if: failure()
185185
with:
186186
name: screenshots-${{ matrix.gemfile }}-${{ matrix.ruby }}-${{ matrix.pg }}
187187
path: |
188188
demo/tmp/screenshots
189189
demo/tmp/capybara
190190
- name: Archive Rails logs
191-
uses: actions/upload-artifact@v6
191+
uses: actions/upload-artifact@v7
192192
if: failure()
193193
with:
194194
name: rails_logs-${{ matrix.gemfile }}-${{ matrix.ruby }}-${{ matrix.pg }}

0 commit comments

Comments
 (0)