Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/upload-artifact action to v4.1.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 12, 2024
1 parent 23ba3ee commit ba9b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
run: ./gradlew build

- name: capture build artifacts
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: Stone Craft beta
path: build/libs/

0 comments on commit ba9b2ea

Please sign in to comment.