Skip to content

Commit b13e191

Browse files
authored
ci: bump actions/upload-artifact from v3 to v4 (#47)
This PR includes an update to the GitHub Actions workflows to use the version v4 of the `upload-artifact` action. This will try to fix the [error](https://github.com/Daniel-Boll/scylla-javascript-driver/actions/runs/11645518489/job/32428716038) where no artifact is found to publish. [Action performed](https://github.com/gvieira18/scylla-javascript-driver/actions/runs/11645987650)
1 parent f988cba commit b13e191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
if: ${{ !matrix.settings.docker }}
168168
shell: bash
169169
- name: Upload artifact
170-
uses: actions/upload-artifact@v3
170+
uses: actions/upload-artifact@v4
171171
with:
172172
name: bindings-${{ matrix.settings.target }}
173173
path: ${{ env.APP_NAME }}.*.node
@@ -273,7 +273,7 @@ jobs:
273273
# - name: Combine binaries
274274
# run: yarn universal
275275
# - name: Upload artifact
276-
# uses: actions/upload-artifact@v3
276+
# uses: actions/upload-artifact@v4
277277
# with:
278278
# name: bindings-universal-apple-darwin
279279
# path: ${{ env.APP_NAME }}.*.node

0 commit comments

Comments
 (0)