Skip to content

Commit 8c297b4

Browse files
authored
Merge pull request #70 from CGAL/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 997ffb6 + 340ddc6 commit 8c297b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Receive_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build with jekyll
3333
run: bundle exec jekyll build --future --destination ./_site
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v3
35+
uses: actions/upload-pages-artifact@v4
3636
- name: Create PR number file
3737
run: |
3838
echo "${{ github.event.number }}" > pr_number.txt

0 commit comments

Comments
 (0)