diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index f0a539dc..fa9f810a 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -58,7 +58,7 @@ jobs: - name: Download metadata artifact if: ${{ github.event_name == 'pull_request' }} - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: commit run-id: ${{ steps.main.outputs.run_id }} @@ -156,7 +156,7 @@ jobs: - name: Download base branch artifact if: ${{ matrix.compare && needs.prepare.outputs.base-run }} - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: ${{ matrix.target }} path: base diff --git a/.github/workflows/leave-comment.yml b/.github/workflows/leave-comment.yml index 610c4007..b9e9c535 100644 --- a/.github/workflows/leave-comment.yml +++ b/.github/workflows/leave-comment.yml @@ -21,7 +21,7 @@ jobs: egress-policy: audit - name: Download all comparison artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ secrets.GITHUB_TOKEN }}