diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffa7b4c1..429e9de0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -169,7 +169,7 @@ jobs: run: pipenv run python build.py - name: Save executable as artifact - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: wahoo-results.exe path: wahoo-results.exe @@ -187,7 +187,7 @@ jobs: fetch-depth: 0 - name: Load executable artifact - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 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@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: wahoo-results.exe