Skip to content

Commit 5025507

Browse files
Bump actions/upload-artifact from 3.1.3 to 4.0.0 (exercism#2600)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...c7d193f) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 b67df5f commit 5025507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Test all exercises using java-test-runner
1717
run: bin/test-with-test-runner
1818
- name: Archive test results
19-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
19+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
2020
with:
2121
name: test-results
2222
path: exercises/**/build/results.json

0 commit comments

Comments
 (0)