Skip to content

Commit 84d5a8f

Browse files
authored
Merge pull request #6629 from rubyforgood/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents 913e791 + 252bad9 commit 84d5a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Archive selenium screenshots
4545
if: ${{ failure() }}
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: selenium-screenshots
4949
path: |

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Archive selenium screenshots
8888
if: ${{ failure() }}
89-
uses: actions/upload-artifact@v5
89+
uses: actions/upload-artifact@v6
9090
with:
9191
name: selenium-screenshots
9292
path: |

0 commit comments

Comments
 (0)