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 afaf3ed
Show file tree
Hide file tree
Showing 3 changed files 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
Binary file modified src/_binaries/Converters/testsData/mysql2puml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/_binaries/Converters/testsData/mysql2pumlSkins/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afaf3ed

Please sign in to comment.