diff --git a/.github/workflows/process_image.yml b/.github/workflows/process_image.yml index 17554fb..c6495a9 100644 --- a/.github/workflows/process_image.yml +++ b/.github/workflows/process_image.yml @@ -60,7 +60,7 @@ jobs: - name: Download build artifact id: download_build_artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build.tar path: ${{ github.workspace }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8845df8..2930f9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Download presigned URL id: download_url - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: presigned_url.txt path: ${{ github.workspace }}