Skip to content

Commit b5932f5

Browse files
authored
Merge pull request #114 from Public-Health-Scotland/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 8e12c0c + 3ced15b commit b5932f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phs_test_coverage.yaml

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

6161
- name: Upload test results
6262
if: failure()
63-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
63+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6464
with:
6565
name: coverage-test-failures
6666
path: ${{ runner.temp }}/package

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# uploads of run results in SARIF format to the repository Actions tab.
4343
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
45+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4646
with:
4747
name: SARIF file
4848
path: results.sarif

0 commit comments

Comments
 (0)