@@ -153,28 +153,28 @@ jobs:
153153
154154 - name : Upload artifact
155155 if : ${{ github.event.inputs.dry_run != 'true' }}
156- uses : actions/upload-artifact@v4
156+ uses : actions/upload-artifact@v5
157157 with :
158158 name : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz
159159 path : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz
160160
161161 - name : Upload signature
162162 if : ${{ github.event.inputs.dry_run != 'true' }}
163- uses : actions/upload-artifact@v4
163+ uses : actions/upload-artifact@v5
164164 with :
165165 name : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz.asc
166166 path : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}.tar.gz.asc
167167
168168 - name : Upload deb package
169169 if : ${{ github.event.inputs.dry_run != 'true' && matrix.build.binary == 'reth' && contains(env.DEB_SUPPORTED_TARGETS, matrix.configs.target) }}
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}-${{ matrix.configs.profile }}.deb
173173 path : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}-${{ matrix.configs.profile }}.deb
174174
175175 - name : Upload deb package signature
176176 if : ${{ github.event.inputs.dry_run != 'true' && matrix.build.binary == 'reth' && contains(env.DEB_SUPPORTED_TARGETS, matrix.configs.target) }}
177- uses : actions/upload-artifact@v4
177+ uses : actions/upload-artifact@v5
178178 with :
179179 name : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}-${{ matrix.configs.profile }}.deb.asc
180180 path : ${{ matrix.build.binary }}-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}-${{ matrix.configs.profile }}.deb.asc
0 commit comments