Skip to content

Commit c83f4c4

Browse files
committed
bump artifact upload
1 parent 1922709 commit c83f4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/benchexec-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
run: |
5252
benchexec svcomp23-witness-benchmarks/concurrentwitness2test.xml -N 10 --no-container --tool-directory ConcurrentWitness2Test -t ConcurrencySafety-${{ inputs.tool }}
5353
- name: Upload results
54-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: ${{ inputs.tool }}
5757
path: results

.github/actions/create-archive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
cp venv *.py *.md LICENSE requirements.txt svcomp.c *.sh example ConcurrentWitness2Test/ -r
2323
zip ConcurrentWitness2Test.zip ConcurrentWitness2Test -r
2424
- name: Upload results
25-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: ConcurrentWitness2Test
2828
path: ConcurrentWitness2Test.zip

0 commit comments

Comments
 (0)