diff --git a/.github/workflows/Receive_PR.yml b/.github/workflows/Receive_PR.yml index 793ad9a6a..b5abdff56 100644 --- a/.github/workflows/Receive_PR.yml +++ b/.github/workflows/Receive_PR.yml @@ -23,7 +23,7 @@ jobs: source: ./ destination: ./_site - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 - name: Create PR number file run: | echo "${{ github.event.number }}" > pr_number.txt