Skip to content

Commit 55e7712

Browse files
committed
upgrade actions/upload-artifact to v4
1 parent 040743c commit 55e7712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Upload Artifacts
8989
if: success() || failure()
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: test_slips_locally-integration-tests-output
9393
path: |

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Upload Artifacts
127127
if: success() || failure()
128-
uses: actions/upload-artifact@v3
128+
uses: actions/upload-artifact@v4
129129
with:
130130
name: test_slips_locally-integration-tests-output
131131
path: |

0 commit comments

Comments
 (0)