Skip to content

Commit 1bec929

Browse files
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#729)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1746f4a...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 564e89f commit 1bec929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exercise-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: julia --color=yes --project runtestrunner.jl
5959

6060
- name: Upload reports as artifact
61-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
61+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
6262
with:
6363
name: test-reports
6464
path: ${{ steps.generate-reports.outputs.results-path }}

0 commit comments

Comments
 (0)