diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46cc1f8..e8aeec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - name: Download lockfile if exists continue-on-error: true - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: lockfile @@ -248,7 +248,7 @@ jobs: uses: actions/checkout@v6 - name: Download built app - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build path: build @@ -326,7 +326,7 @@ jobs: uses: actions/checkout@v6 - name: Download built app - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build path: build