Skip to content

Commit 1b8c957

Browse files
ci(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06f54fe commit 1b8c957

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
shell: bash
108108

109109
- name: Upload artifacts
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: native-${{ matrix.target }}
113113
path: dist/native/${{ matrix.target }}/
@@ -177,7 +177,7 @@ jobs:
177177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178178

179179
- name: Store artifacts for manual download
180-
uses: actions/upload-artifact@v3
180+
uses: actions/upload-artifact@v4
181181
with:
182182
name: all-native-binaries
183183
path: dist/*.tar.gz

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
JEST_INTEGRATION_MODE: 'true'
9797

9898
- name: Upload integration test results
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
if: always()
101101
with:
102102
name: integration-test-results
@@ -159,7 +159,7 @@ jobs:
159159
timeout-minutes: 30
160160

161161
- name: Upload E2E test results
162-
uses: actions/upload-artifact@v3
162+
uses: actions/upload-artifact@v4
163163
if: always()
164164
with:
165165
name: e2e-test-results
@@ -211,7 +211,7 @@ jobs:
211211
CI: true
212212

213213
- name: Upload benchmark results
214-
uses: actions/upload-artifact@v3
214+
uses: actions/upload-artifact@v4
215215
with:
216216
name: benchmark-results
217217
path: benchmark-results/

0 commit comments

Comments
 (0)