Skip to content

Commit 41ee0e9

Browse files
Update actions/upload-artifact action from vv4.4.3 to v4.5.0 (#618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f7650e commit 41ee0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-
3737
- name: Run maven build
3838
run: mvn verify -s .github/workflows/settings.xml
39-
- uses: actions/upload-artifact@v4.4.3
39+
- uses: actions/upload-artifact@v4.5.0
4040
with:
4141
path: target/*-SNAPSHOT.jar
4242
- name: Sonar Scan

0 commit comments

Comments
 (0)