Skip to content

Commit 15c3d1e

Browse files
authored
Merge pull request #2 from PrincetonUniversity/dependabot/github_actions/actions/upload-artifact-5
deps(actions): bump actions/upload-artifact from 4 to 5
2 parents 0d9d3c5 + d961ff8 commit 15c3d1e

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
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Upload app logs
9696
if: always()
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: app-logs
100100
path: app.log

0 commit comments

Comments
 (0)