Skip to content

Commit 514ddcd

Browse files
chore(deps): Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0a81b1 commit 514ddcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
exit 0
4646
- name: Upload Semgrep report
4747
if: always() && hashFiles('semgrep-report.json') != ''
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: semgrep-report
5151
path: semgrep-report.json

0 commit comments

Comments
 (0)