Skip to content

Commit 6fe53be

Browse files
authored
Merge pull request #15 from scientificcomputing/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 76249ef + 27e484f commit 6fe53be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reproduce_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Upload artifact
4949
if: always()
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
path: ./artifacts
5353
if-no-files-found: error

0 commit comments

Comments
 (0)