diff --git a/.github/workflows/compare_screenshots.yml b/.github/workflows/compare_screenshots.yml index b0c02450829..712481e80a8 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@v4 + uses: actions/download-artifact@v7 with: path: artifacts - name: ls -R diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index f06ea4702ab..a576b28f651 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@v4 + uses: actions/download-artifact@v7 with: name: build-artifact-${{ inputs.major || env.BYOND_MAJOR }}-${{ inputs.minor || env.BYOND_MINOR}} path: ./