diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bda8b10..0319cc29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -197,7 +197,7 @@ jobs: - name: Upload logs if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: logs-${{ matrix.stack-version }} path: | @@ -206,7 +206,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: test-reports-${{ matrix.stack-version }} path: tests/reports/*.new.md @@ -243,7 +243,7 @@ jobs: run: make package - name: Upload artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: name: python-package-${{ matrix.python-version }}-${{ matrix.os }} path: dist/*