Skip to content

Commit

Permalink
Merge pull request #18 from Libera-Chat/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
bastelfreak authored Dec 15, 2023
2 parents bb39516 + fbc15fb commit 4df371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: build
args: --target ${{ matrix.target }} --release --target-dir /tmp
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}
path: /tmp/${{ matrix.target }}/release/curite

0 comments on commit 4df371d

Please sign in to comment.