diff --git a/.github/workflows/api-test.yml b/.github/workflows/api-test.yml index 0103955dc..bf0e3b33b 100644 --- a/.github/workflows/api-test.yml +++ b/.github/workflows/api-test.yml @@ -29,7 +29,7 @@ jobs: if: failure() uses: jwalton/gh-docker-logs@59c9656cd3cb7542525f3dce7ae2f44c0ff85d66 # v2.2.1 - name: Upload Postman Results - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: mps-api path: /home/runner/work/mps/mps/src/test/results diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index a5e30952e..b7f0397eb 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - run: docker run -v $PWD:/workdir quay.io/git-chglog/git-chglog:0.15.1 --next-tag $(node --eval="process.stdout.write(require('./package.json').version)") --output CHANGELOG.md - name: GitHub Upload Release Artifacts - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: CHANGELOG.md path: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 778c76988..a7b5dcd9f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -88,7 +88,7 @@ jobs: template: report token: ${{ secrets.SECURITY_TOKEN }} - name: GitHub Upload Release Artifacts - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 continue-on-error: true with: name: report diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6c833c895..dc03bfd8b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -47,9 +47,9 @@ jobs: name: Upload Coverage Results if: ${{ matrix.node-version == '20.x' }} - name: Rename test file - run: mv junit.xml mps-unit.xml + run: mv junit.xml mps-unit-${{ matrix.node-version }}.xml - name: Upload JEST Results - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: - name: mps-unit - path: mps-unit.xml + name: mps-unit-${{ matrix.node-version }} + path: mps-unit-${{ matrix.node-version }}.xml diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1c287e1bb..666873fd1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,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.0 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: SARIF file path: results.sarif