diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30879a5..a71ae44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: run: yarn build - name: Save artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: artifact-${{ github.run_id }} retention-days: 1 @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: artifact-${{ github.run_id }} @@ -61,7 +61,7 @@ jobs: - name: Update coverage if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: artifact-${{ github.run_id }} retention-days: 1 @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: artifact-${{ github.run_id }} @@ -113,7 +113,7 @@ jobs: persist-credentials: false - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: artifact-${{ github.run_id }}