diff --git a/.github/workflows/cache-all.yml b/.github/workflows/cache-all.yml index 4cef2b32..62969ee5 100644 --- a/.github/workflows/cache-all.yml +++ b/.github/workflows/cache-all.yml @@ -39,7 +39,7 @@ jobs: LOCAL_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: dependabot test -f=tests/smoke-${{ matrix.suite }}.yaml --cache=cache - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cache-${{ matrix.suite }} path: cache/ diff --git a/.github/workflows/cache-one.yml b/.github/workflows/cache-one.yml index 9ca1d350..e3027a5b 100644 --- a/.github/workflows/cache-one.yml +++ b/.github/workflows/cache-one.yml @@ -39,7 +39,7 @@ jobs: LOCAL_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: dependabot test -f=tests/smoke-${{ inputs.package_manager }}.yaml --cache=cache - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cache-${{ inputs.package_manager }} path: cache/ diff --git a/.github/workflows/refresh-artifacts.yml b/.github/workflows/refresh-artifacts.yml index 9c3b4280..76ad5837 100644 --- a/.github/workflows/refresh-artifacts.yml +++ b/.github/workflows/refresh-artifacts.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Download artifacts run: script/download-cache.sh ${{ matrix.suite }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cache-${{ matrix.suite }} path: cache/