Skip to content

Commit fbcb7f3

Browse files
dependabot[bot]kroening
authored andcommitted
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06ad73f commit fbcb7f3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Confirm z3 solver is available and log the version installed
175175
run: z3 --version
176176
- name: Get the ebmc binary
177-
uses: actions/download-artifact@v7
177+
uses: actions/download-artifact@v8
178178
with:
179179
name: ebmc-binary
180180
path: ebmc
@@ -208,7 +208,7 @@ jobs:
208208
- name: Confirm ltl2tgba is available and log the version installed
209209
run: ltl2tgba --version
210210
- name: Get the ebmc binary
211-
uses: actions/download-artifact@v7
211+
uses: actions/download-artifact@v8
212212
with:
213213
name: ebmc-binary
214214
path: ebmc
@@ -228,7 +228,7 @@ jobs:
228228
steps:
229229
- uses: actions/checkout@v6
230230
- name: Get the ebmc binary
231-
uses: actions/download-artifact@v7
231+
uses: actions/download-artifact@v8
232232
with:
233233
name: ebmc-binary
234234
path: ebmc
@@ -237,7 +237,7 @@ jobs:
237237
- name: ebmc on Hazard3
238238
run: PATH=$PATH:$PWD/ebmc examples/Hazard3/Hazard3-ebmc.sh
239239
- name: Get the vlindex binary
240-
uses: actions/download-artifact@v7
240+
uses: actions/download-artifact@v8
241241
with:
242242
name: vlindex-binary
243243
path: vlindex
@@ -512,17 +512,17 @@ jobs:
512512
- name: Confirm z3 solver is available and log the version installed
513513
run: z3 --version
514514
- name: Get the ebmc binary
515-
uses: actions/download-artifact@v7
515+
uses: actions/download-artifact@v8
516516
with:
517517
name: ebmc-binary
518518
path: bin
519519
- name: Get the hw-cbmc binary
520-
uses: actions/download-artifact@v7
520+
uses: actions/download-artifact@v8
521521
with:
522522
name: hw-cbmc-binary
523523
path: bin
524524
- name: Get the vlindex binary
525-
uses: actions/download-artifact@v7
525+
uses: actions/download-artifact@v8
526526
with:
527527
name: vlindex-binary
528528
path: bin

0 commit comments

Comments
 (0)