diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 303b8d9..2b2e831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: run: msbuild ${{ env.SOLUTION_NAME }} /p:Configuration=${{ matrix.config }} /p:Platform=${{ matrix.platform }} /bl # /bl creates msbuild.binlog - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: SimpleAntiCheat.sln${{ matrix.config }}-${{ matrix.platform }} path: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1d51fdd..877b69a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -121,7 +121,7 @@ jobs: sarif_file: sarif-results - name: Upload loc as a Build Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: sarif-results-${{ matrix.language }} path: sarif-results