diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2fd8cf8..8a57ff5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,7 +54,7 @@ jobs: needs: build steps: - name: Download website artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: website path: '.'