diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f367a83..0c36d8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: command: publish args: --dry-run - name: Archive artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: espup${{ matrix.job.binary-postfix }} path: target/release/espup${{ matrix.job.binary-postfix }}