Skip to content

Commit f65499f

Browse files
authored
ci: update to actions/upload-artifact@4 (#95)
1 parent d31a256 commit f65499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
mv ./target/${{ matrix.target }}/release/${{ env.RELAYER_NAME }} ${{ env.RELAYER_NAME }}-${{ matrix.target }}
144144
145145
- name: Upload Artifact to Summary
146-
uses: actions/upload-artifact@v3
146+
uses: actions/upload-artifact@v4
147147
with:
148148
name: ${{ matrix.target }}
149149
path: |

0 commit comments

Comments
 (0)