This repository was archived by the owner on Jul 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments