Skip to content

Commit 701040d

Browse files
committed
FIX replace workflow step with current version
1 parent b3223ee commit 701040d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: mvn -B package --file pom.xml
2424

2525
- name: Archive artifacts
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: Artifacts
2929
path: |

0 commit comments

Comments
 (0)