Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tid-secureci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:

- name: Upload code scan artifacts
if: ${{ always() && inputs.upload_artifacts }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: tid-secureci-code-and-secrets
if-no-files-found: ignore
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:

- name: Upload dependency scan artifacts
if: ${{ always() && inputs.upload_artifacts }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: tid-secureci-dependency-scan
if-no-files-found: ignore
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:

- name: Upload infrastructure scan artifacts
if: ${{ always() && inputs.upload_artifacts }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: tid-secureci-infrastructure
if-no-files-found: ignore
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
EOF

- name: Upload summary report artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: tid-secureci-report
path: report/
Expand Down