Skip to content

Commit cc17496

Browse files
Bump actions/upload-artifact from 4.0.0 to 4.3.1 (#1427)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...5d5d22a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ef03ff commit cc17496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466
- name: Run mutation tests
467467
run: npm run mutation:unit
468468
- name: Upload mutation report
469-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
469+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
470470
if: ${{ failure() || success() }}
471471
with:
472472
name: mutation-unit-report
@@ -517,7 +517,7 @@ jobs:
517517
- name: Run mutation tests
518518
run: npm run mutation:integration
519519
- name: Upload mutation report
520-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
520+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
521521
if: ${{ failure() || success() }}
522522
with:
523523
name: mutation-integration-report

.github/workflows/reusable-fuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
exit 1
110110
- name: Upload crash (if any)
111111
if: ${{ steps.fuzz.outputs.fuzz-error == 'true' }}
112-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
112+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
113113
with:
114114
name: fuzz-crash-${{ steps.run-id.outputs.result }}
115115
path: |

0 commit comments

Comments
 (0)