Skip to content

Commit be21a20

Browse files
authored
Merge pull request #331 from PeriHub/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 925bcb8 + b774278 commit be21a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: julia-actions/julia-runtest@v1
5353
- name: Archive Test Results
5454
if: failure()
55-
uses: actions/upload-artifact@v5
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: artifact-${{matrix.julia-version}}
5858
path: test/fullscale_tests/

0 commit comments

Comments
 (0)