Skip to content

Commit 79c5f07

Browse files
chore(deps): update actions/upload-artifact action to v4 (#748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 235e49c commit 79c5f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
shell: bash
172172

173173
- name: Upload artifact
174-
uses: actions/upload-artifact@v3
174+
uses: actions/upload-artifact@v4
175175
with:
176176
name: bindings-${{ matrix.settings.target }}
177177
path: packages/*/*.node
@@ -224,7 +224,7 @@ jobs:
224224
rm -rf .yarn/cache
225225
226226
- name: Upload artifact
227-
uses: actions/upload-artifact@v3
227+
uses: actions/upload-artifact@v4
228228
with:
229229
name: bindings-freebsd-amd64
230230
path: packages/*/*.node

0 commit comments

Comments
 (0)