Skip to content

Commit 7651366

Browse files
authored
Merge pull request #1367 from diffblue/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 29c1ea7 + c9f9665 commit 7651366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,19 @@ jobs:
120120
- name: Print ccache stats
121121
run: ccache -s
122122
- name: Upload the ebmc binary
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: ebmc-binary
126126
retention-days: 5
127127
path: src/ebmc/ebmc
128128
- name: Upload the hw-cbmc binary
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v5
130130
with:
131131
name: hw-cbmc-binary
132132
retention-days: 5
133133
path: src/hw-cbmc/hw-cbmc
134134
- name: Upload the vlindex binary
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
with:
137137
name: vlindex-binary
138138
retention-days: 5

0 commit comments

Comments
 (0)