Skip to content

Commit 8755c76

Browse files
authored
Merge pull request #389 from niloc132/upload-artifact-v4
Update to actions/upload-artifact@v4
2 parents a0df6f8 + 5c7981a commit 8755c76

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)