diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adfbdb3..8af7ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: "push=${PUSH}" | tee -a .github_env - name: Upload .github_env - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: GITHUB_ENV path: .github_env