Skip to content

Commit 0632adb

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#3094)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 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 778f88b commit 0632adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
if: always()
6262
- name: Archive test results
63-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
63+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
6464
with:
6565
name: test-results
6666
path: exercises/**/build/results.json
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
if: always()
9191
- name: Archive test results
92-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
92+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
9393
with:
9494
name: test-results
9595
path: |

0 commit comments

Comments
 (0)