Skip to content

Commit a79c299

Browse files
chore(deps): update actions/upload-artifact action to v7 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a78997c commit a79c299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Gradle
2424
run: ./gradlew build test --stacktrace
2525
- name: Upload a Build Artifact
26-
uses: actions/upload-artifact@v6
26+
uses: actions/upload-artifact@v7
2727
with:
2828
name: jars
2929
if-no-files-found: error

0 commit comments

Comments
 (0)