Skip to content

Commit 5c7981a

Browse files
committed
Update to actions/upload-artifact@v4
1 parent a0df6f8 commit 5c7981a

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
@@ -20,7 +20,7 @@ jobs:
2020
run: mvn -e --batch-mode --no-transfer-progress verify -Pgrunt
2121

2222
- name: Upload artifact for testing/deployment
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: gwt-site
2626
path: 'target/generated-site/'

0 commit comments

Comments
 (0)