diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 03cb9760..1804d151 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -151,7 +151,7 @@ jobs: with: python-version: 3.8 - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 with: name: wheels path: wheels @@ -175,7 +175,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 with: name: wheels path: wheels