Merge pull request #3545 from github/dependabot/github_actions/dot-gi… · github/codeql-action@832e97c (original) (raw)

Original file line number Diff line number Diff line change
@@ -40,15 +40,15 @@ steps:
40 40 post-processed-sarif-path: "${{ runner.temp }}/post-processed"
41 41
42 42 - name: Upload SARIF files
43 -uses: actions/upload-artifact@v6
43 +uses: actions/upload-artifact@v7
44 44 with:
45 45 name: |
46 46 analysis-kinds-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.analysis-kinds }}
47 47 path: "${{ runner.temp }}/results/*.sarif"
48 48 retention-days: 7
49 49
50 50 - name: Upload post-processed SARIF
51 -uses: actions/upload-artifact@v6
51 +uses: actions/upload-artifact@v7
52 52 with:
53 53 name: |
54 54 post-processed-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.analysis-kinds }}