Skip to content

Commit 1819f8f

Browse files
authored
chore: update github-actions versions (libusb#534)
1 parent 2bd5085 commit 1819f8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Macos Use Python 3.11
7070
if: runner.os == 'macOS'
71-
uses: actions/setup-python@v4
71+
uses: actions/setup-python@v5
7272
with:
7373
python-version: 3.11 # ${{ matrix.python }}
7474
env:
@@ -135,7 +135,7 @@ jobs:
135135
npx pkg-prebuilds-copy --baseDir build/Release --source $BINDING_NAME_HIDRAW.node --name=$BINDING_NAME_HIDRAW --strip --napi_version=$NAPI_VERSION --arch=${{ matrix.arch }} --libc=${{ matrix.libc }}
136136
137137
- name: Upload artifacts
138-
uses: actions/upload-artifact@v3
138+
uses: actions/upload-artifact@v4
139139
with:
140140
name: ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.libc }}-prebuilds
141141
path: prebuilds
@@ -146,7 +146,7 @@ jobs:
146146
needs: build-and-test
147147
runs-on: ubuntu-latest
148148
steps:
149-
- uses: actions/download-artifact@v3
149+
- uses: actions/download-artifact@v4
150150
with:
151151
path: tmp
152152

@@ -156,7 +156,7 @@ jobs:
156156
mv tmp/*/* prebuilds/
157157
158158
- name: Upload artifacts
159-
uses: actions/upload-artifact@v3
159+
uses: actions/upload-artifact@v4
160160
with:
161161
name: all-prebuilds
162162
path: prebuilds

0 commit comments

Comments
 (0)