File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5656 | sarif-fmt
5757 shell : bash
5858 continue-on-error : true
59- - uses : actions/upload-artifact@v3
59+ - uses : actions/upload-artifact@v4
6060 with :
6161 name : clippy-sarif
6262 path : clippy.sarif
@@ -68,10 +68,10 @@ jobs:
6868 security-events : write
6969 steps :
7070 - uses : actions/checkout@v4
71- - uses : actions/download-artifact@v3
71+ - uses : actions/download-artifact@v4
7272 with :
7373 name : clippy-sarif
74- - uses : github/codeql-action/upload-sarif@v2
74+ - uses : github/codeql-action/upload-sarif@v3
7575 with :
7676 sarif_file : clippy.sarif
7777
@@ -145,7 +145,7 @@ jobs:
145145 run : |
146146 mkdir install
147147 cp target/release/rpc-perf install
148- - uses : actions/upload-artifact@v3
148+ - uses : actions/upload-artifact@v4
149149 if : ${{ matrix.profile == 'release' && matrix.os == 'ubuntu-latest' }}
150150 with :
151151 name : binaries
You can’t perform that action at this time.
0 commit comments