Skip to content

Commit

Permalink
GH Actions: bump actions/upload-artifact to v4 (was v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jul 9, 2024
1 parent c168483 commit c7484ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: _build
run: ./build-target .. target
- name: Upload build targets log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: log.json
path: _build/target/log.json
Expand Down

0 comments on commit c7484ca

Please sign in to comment.