diff --git a/.github/workflows/latest-kernel.yml b/.github/workflows/latest-kernel.yml index 1a484a2c7b..73a92ef63f 100644 --- a/.github/workflows/latest-kernel.yml +++ b/.github/workflows/latest-kernel.yml @@ -61,7 +61,7 @@ jobs: name: driverkit_config.yaml - name: Download latest driverkit artifact - uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 + uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7 with: name: driverkit-amd64 workflow: release.yml @@ -86,7 +86,7 @@ jobs: name: driverkit_config.yaml - name: Download latest driverkit artifact - uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 + uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7 with: name: driverkit-arm64 workflow: release.yml diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index c5f3c6f6af..080524cf56 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -27,7 +27,7 @@ jobs: uses: ./.github/actions/composite-perf - name: Download latest master report - uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 + uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7 with: branch: master event: push