diff --git a/.github/workflows/compare_screenshots.yml b/.github/workflows/compare_screenshots.yml index b814905b9b8..7f52e717676 100644 --- a/.github/workflows/compare_screenshots.yml +++ b/.github/workflows/compare_screenshots.yml @@ -13,7 +13,7 @@ jobs: run: mkdir -p artifacts # If we ever add more artifacts, this is going to break, but it'll be obvious. - name: Download screenshot tests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts - name: ls -R diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 46478abec18..2ddadde70b8 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -36,7 +36,7 @@ jobs: major: ${{ inputs.major }} minor: ${{ inputs.minor }} - name: Download build outputs - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-artifact-${{ inputs.major || env.BYOND_MAJOR }}-${{ inputs.minor || env.BYOND_MINOR}} path: ./