Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit c229f9d

Browse files
Bump actions/upload-artifact from 4.0.0 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cfcb9db commit c229f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Upload the results as artifacts (optional).
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
45+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
4646
with:
4747
name: SARIF file
4848
path: results.sarif

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Run the golden tests and upload failed test artifacts.
7373
- run: flutter test test_goldens
7474
- name: Upload goldens if tests fail
75-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
75+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
7676
if: failure()
7777
with:
7878
name: goldens

0 commit comments

Comments
 (0)