Skip to content

Commit b458090

Browse files
authored
Merge pull request #201 from advanced-security/dependabot/github_actions/main/production-dependencies-674967a53d
deps: bump actions/upload-artifact from 6 to 7 in the production-dependencies group
2 parents 50c6894 + 02ea1b0 commit b458090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: diff
4747

4848
# If index.js was different than expected, upload the expected version as an artifact
49-
- uses: actions/upload-artifact@v6
49+
- uses: actions/upload-artifact@v7
5050
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5151
with:
5252
name: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
sarifFile: test-data/webgoat1.sarif
3737
- name: Archive SARIF output
38-
uses: actions/upload-artifact@v6
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: sarif-output
4141
path: test-data/webgoat-with-security-standard-tag.sarif

0 commit comments

Comments
 (0)