Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Commit cddcaa4

Browse files
chore(deps): update github artifact actions
1 parent 17b8c8b commit cddcaa4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
cargo build --profile=production --target ${{ matrix.architectures.target-tupl }}
121121
- name: Upload artifacts
122-
uses: actions/upload-artifact@v5
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: sqnc-node-${{ matrix.architectures.arch }}
125125
path: |
@@ -134,12 +134,12 @@ jobs:
134134

135135
steps:
136136
- name: Download x86_64 Artifacts
137-
uses: actions/download-artifact@v6
137+
uses: actions/download-artifact@v7
138138
with:
139139
name: sqnc-node-x86_64
140140
path: x86_64
141141
- name: Download aarch64 Artifacts
142-
uses: actions/download-artifact@v6
142+
uses: actions/download-artifact@v7
143143
with:
144144
name: sqnc-node-aarch64
145145
path: aarch64

0 commit comments

Comments
 (0)