diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62acb4d..c54238f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: - name: Upload coverage if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage-py${{ matrix.python-version }} path: | @@ -249,7 +249,7 @@ jobs: - name: Upload demo output for inspection if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: demo-output-${{ matrix.os }} path: examples/demo/_fixtures/out/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c2281c..767dc95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: python -m pip install --disable-pip-version-check twine twine check dist/* - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist path: dist/