We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 997ffb6 + 340ddc6 commit 8c297b4Copy full SHA for 8c297b4
.github/workflows/Receive_PR.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build with jekyll
33
run: bundle exec jekyll build --future --destination ./_site
34
- name: Upload artifact
35
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
36
- name: Create PR number file
37
run: |
38
echo "${{ github.event.number }}" > pr_number.txt
0 commit comments