Skip to content

Commit 9a23b97

Browse files
chore(deps): update github artifact actions (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6572c3 commit 9a23b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pure-rust-build-on-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: yarn workspace @napi-cross-build/01-pure-rust build --target ${{ matrix.settings.target }} ${{ matrix.settings.flags }}
7575
env:
7676
XWIN_CACHE_DIR: ${{ github.workspace }}/.xwin
77-
- uses: actions/upload-artifact@v4
77+
- uses: actions/upload-artifact@v5
7878
with:
7979
name: bindings-${{ matrix.settings.target }}
8080
path: 01-pure-rust/*.node
@@ -124,7 +124,7 @@ jobs:
124124
cache: yarn
125125
architecture: x86
126126
- name: Download bindings
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: bindings-${{ matrix.settings.target }}
130130
path: 01-pure-rust/
@@ -168,7 +168,7 @@ jobs:
168168
- name: Install dependencies
169169
run: yarn install
170170
- name: Download bindings
171-
uses: actions/download-artifact@v5
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: bindings-${{ matrix.settings.target }}
174174
path: 01-pure-rust/

0 commit comments

Comments
 (0)