Skip to content

Commit 43e61a8

Browse files
authored
update upload-artifact version from 3 to 4
1 parent 88e5d65 commit 43e61a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fi
6565
mv ./results/*.json ./tests/integration_testing/results/
6666
- name: Upload artifacts
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: results
7070
path: ./tests/integration_testing/results/

0 commit comments

Comments
 (0)