Skip to content

Commit

Permalink
upgraded actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Mar 9, 2024
1 parent ecd98d6 commit 670fa38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if: matrix.runPrecommitTests && always()
continue-on-error: true
# kics-scan ignore-line
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linter-reports
path: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Upload Test Results
if: always()
# kics-scan ignore-line
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Results ${{matrix.vendor}} ${{matrix.bashTarVersion}}
path: logs/report.xml
Expand Down

0 comments on commit 670fa38

Please sign in to comment.