Skip to content

Commit

Permalink
Merge pull request CGAL#36 from CGAL/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
lrineau authored Jan 1, 2024
2 parents 4bc1077 + 70dccec commit 6a2eb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Receive_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a2eb49

Please sign in to comment.