diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d548569d..c8714810 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,18 +83,18 @@ jobs: exit 1 - name: Archive code modifications if: failure() && steps.modified.outputs.build-changes - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: build-changes-${{ join(matrix.*, '-') }} path: ${{ steps.modified.outputs.build-changes }} - name: Archive build artifacts - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: if-no-files-found: error name: dist-${{ join(matrix.*, '-') }} path: dist/ - name: Archive coverage results - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: if-no-files-found: error name: coverage-${{ join(matrix.*, '-') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6acbde33..01de6df5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: sha256sum * | tee "pywemo-${PYWEMO_VERSION}.sha256sum.txt" echo "hashes=$(sha256sum * | base64 -w0)" | tee -a "$GITHUB_OUTPUT" - name: Archive hashes - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: if-no-files-found: error name: hashes @@ -147,7 +147,7 @@ jobs: } await fsp.writeFile( '${{github.workspace}}/release/release-notes.md', body); - - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: if-no-files-found: error name: release diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3d3c8f58..96d2a167 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -44,7 +44,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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: SARIF file path: results.sarif