diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 023e326d92125..405a399db0fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: make dist version=`cat emscripten-version.txt | sed s/\"//g` echo "VERSION=$version" >> $GITHUB_ENV - - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: emscripten-${{ env.VERSION }} path: emscripten-${{ env.VERSION }}.tar.bz2 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1ec3af9dd58c9..85e9e4e2f99d3 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -44,7 +44,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: SARIF file path: results.sarif