diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ab6e6f5..58c341344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,13 +149,13 @@ jobs: - name: Create Source Dist and Wheel run: poetry build - name: Upload gvsbuild-${{ github.event.release.tag_name }}.tar.gz - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 if: github.event_name == 'release' && matrix.gtk-version == '4' with: name: gvsbuild-${{ github.event.release.tag_name }}.tar.gz path: dist/gvsbuild-${{ github.event.release.tag_name }}.tar.gz - name: Upload gvsbuild-${{ github.event.release.tag_name }}-py3-none-any.whl - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 if: github.event_name == 'release' && matrix.gtk-version == '4' with: name: gvsbuild-${{ github.event.release.tag_name }}-py3-none-any.whl diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 5963c8a55..04847b67c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -63,7 +63,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