diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 480bf446da5c9..8b9415a7009e6 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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..95a4e4f6b21fd 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif