File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 - name : Checkout source code
1616 uses : actions/checkout@v4
1717 - name : Download SBOM
18- uses : actions/download-artifact@v4
18+ uses : actions/download-artifact@v5
1919 with :
2020 name : sbom
2121 path : artifacts/
2222 - name : Download pip-audit report
23- uses : actions/download-artifact@v4
23+ uses : actions/download-artifact@v5
2424 with :
2525 name : pip-audit-report
2626 path : artifacts/
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 - name : Checkout source code
1717 uses : actions/checkout@v4
1818 - name : Download SBOM
19- uses : actions/download-artifact@v4
19+ uses : actions/download-artifact@v5
2020 with :
2121 name : sbom
2222 path : artifacts/
2323 - name : Download pip-audit report
24- uses : actions/download-artifact@v4
24+ uses : actions/download-artifact@v5
2525 with :
2626 name : pip-audit-report
2727 path : artifacts/
You can’t perform that action at this time.
0 commit comments