Skip to content

Commit 2c12e6f

Browse files
authored
Merge pull request #7264 from tautschnig/cleanup/artifact-action
GitHub actions: use upload-artifact v3
2 parents 46c0b0a + 61577ae commit 2c12e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-Linux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run (Docker Based) Linux Build test
4848
run: integration/linux/compile_linux.sh
4949

50-
- uses: actions/upload-artifact@v2
50+
- uses: actions/upload-artifact@v3
5151
with:
5252
name: CPROVER-faultyInput
5353
path: CPROVER/faultyInput/*

0 commit comments

Comments
 (0)