diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1709d58718..99446c8428 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -102,7 +102,7 @@ jobs: - name: Upload artifacts (pull request) if: ${{ success() && github.event_name == 'pull_request' && matrix.os == 'ubuntu-24.04' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: reposense-deployment path: | diff --git a/.github/workflows/pending.yml b/.github/workflows/pending.yml index 55a45e690c..c2c0474513 100644 --- a/.github/workflows/pending.yml +++ b/.github/workflows/pending.yml @@ -27,7 +27,7 @@ jobs: - name: Upload artifacts if: ${{ success() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: reposense-deployment-id path: ./pr