Skip to content

Commit

Permalink
update download-artifact version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
spbolton committed Nov 8, 2024
1 parent 09c4d78 commit 084de1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_comp_semgrep-phase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload Dependency Zip
uses: actions/upload-artifact@v4
with:
name: dependency-tree.zip
name: dependency-tree
path: dependency-tree.zip

semgrep:
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download artifact from the previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dependency-tree
- name: Semgrep Scan
Expand Down

0 comments on commit 084de1d

Please sign in to comment.