Skip to content

Commit 846ef14

Browse files
authored
Merge pull request #1490 from diffblue/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents f88257a + 1ba9d71 commit 846ef14

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
@@ -132,19 +132,19 @@ jobs:
132132
- name: Print ccache stats
133133
run: ccache -s
134134
- name: Upload the ebmc binary
135-
uses: actions/upload-artifact@v5
135+
uses: actions/upload-artifact@v6
136136
with:
137137
name: ebmc-binary
138138
retention-days: 5
139139
path: src/ebmc/ebmc
140140
- name: Upload the hw-cbmc binary
141-
uses: actions/upload-artifact@v5
141+
uses: actions/upload-artifact@v6
142142
with:
143143
name: hw-cbmc-binary
144144
retention-days: 5
145145
path: src/hw-cbmc/hw-cbmc
146146
- name: Upload the vlindex binary
147-
uses: actions/upload-artifact@v5
147+
uses: actions/upload-artifact@v6
148148
with:
149149
name: vlindex-binary
150150
retention-days: 5

0 commit comments

Comments
 (0)