Skip to content

Commit 5435986

Browse files
Bump actions/upload-artifact from 3 to 4 (#35)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 181f2e4 commit 5435986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: bin/rails spec
9595

9696
- name: Archive code coverage results
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v4
9898
if: always()
9999
with:
100100
name: code-coverage-report

0 commit comments

Comments
 (0)