Skip to content

Commit 4df371d

Browse files
authored
Merge pull request Libera-Chat#18 from Libera-Chat/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents bb39516 + fbc15fb commit 4df371d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
command: build
2929
args: --target ${{ matrix.target }} --release --target-dir /tmp
3030
- name: Upload artifact
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: ${{ matrix.target }}
3434
path: /tmp/${{ matrix.target }}/release/curite

0 commit comments

Comments
 (0)