diff --git a/.github/workflows/pytest_otel.yml b/.github/workflows/pytest_otel.yml index bb0ff8373..34cdef6c0 100644 --- a/.github/workflows/pytest_otel.yml +++ b/.github/workflows/pytest_otel.yml @@ -36,7 +36,7 @@ jobs: run: make -C resources/scripts/pytest_otel test - name: it-test run: make -C resources/scripts/pytest_otel it-test - - uses: actions/upload-artifact@v2 # upload test results + - uses: actions/upload-artifact@v3 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 89917e008..a5a832325 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -43,7 +43,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: SARIF file path: results.sarif