diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e9bd858..79a31d7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,7 +128,7 @@ jobs: mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml - name: Archive results - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: Results (${{ env.BUILD_PRETTY_IDENTIFIER }}) @@ -248,7 +248,7 @@ jobs: mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml - name: Archive results - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: Results ${{ github.job }} diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 96cd73ab..d59a74ff 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -74,6 +74,6 @@ jobs: make docs - name: Upload artifact - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: path: 'docs/build' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d5b3365d..e4179f75 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -46,7 +46,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: SARIF file path: results.sarif