Skip to content

Commit 402773f

Browse files
build(deps): update actions/upload-artifact action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2403c8 commit 402773f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mega-lint.yml

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

6565
- name: Archive MegaLinter artifacts
6666
if: always()
67-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6868
with:
6969
name: MegaLinter reports
7070
path: |

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Upload the results as artifacts (optional). Commenting out will disable
7474
# uploads of run results in SARIF format to the repository Actions tab.
7575
- name: "Upload artifact"
76-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
76+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7777
with:
7878
name: SARIF file
7979
path: results.sarif

0 commit comments

Comments
 (0)