Skip to content

Commit ab71b90

Browse files
Merge pull request #59 from XposedOrNot/dependabot/github_actions/actions/upload-artifact-6.0.0
build(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents cf275e1 + 6ace2a5 commit ab71b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload crash artifacts
5757
if: failure()
58-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
58+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5959
with:
6060
name: fuzz-crashes-${{ matrix.fuzz-target }}
6161
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "hashes=$(sha256sum XposedOrNot-API-*.tar.gz | base64 -w0)" >> "$GITHUB_OUTPUT"
2929
3030
- name: Upload artifacts
31-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
31+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3232
with:
3333
name: release-artifacts
3434
path: XposedOrNot-API-*.tar.gz

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
publish_results: true
3333

3434
- name: "Upload artifact"
35-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
35+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3636
with:
3737
name: SARIF file
3838
path: results.sarif

0 commit comments

Comments
 (0)