diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8bd6066..c8b98289 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -187,7 +187,7 @@ jobs: fetch-depth: 0 - name: Load executable artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: wahoo-results.exe @@ -253,7 +253,7 @@ jobs: run: python -m pip install --user sentry-cli - name: Download executable as artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: wahoo-results.exe