Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: test-results
path: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Upload integration test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: integration-test-results
path: "**/*.trx"
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Upload vulnerability report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: vulnerability-report
path: vulnerable-packages.json
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Upload DevSkim results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: devskim-results
path: devskim-results.sarif
Expand Down
Loading