Skip to content

Commit cb82f07

Browse files
authored
Merge pull request #76 from CGAL/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a929159 + cae754d commit cb82f07

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
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
echo "${{ github.event.number }}" > pr_number.txt
3939
- name: Upload PR number file
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: pr_number
4343
path: pr_number.txt

0 commit comments

Comments
 (0)