Skip to content

Commit d3560fa

Browse files
committed
chore: update upload and download artifacts to v4
1 parent efb3184 commit d3560fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy-beta-testing.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Deploy to Beta Testing'
33
on:
44
push:
55
branches:
6-
- develop
6+
- 537-upgrade-to-v4-download-upload-artifacts
77

88
jobs:
99
build:
@@ -41,10 +41,11 @@ jobs:
4141
- name: Build with base path
4242
run: npm run build -- --base=/spa
4343

44-
- uses: actions/upload-artifact@v3
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: built-site
4747
path: ./dist
48+
include-hidden-files: true
4849

4950
deploy-to-payara:
5051
needs: build
@@ -58,7 +59,7 @@ jobs:
5859
distribution: 'zulu'
5960
java-version: '11'
6061

61-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6263
with:
6364
name: built-site
6465
path: ./dist

0 commit comments

Comments
 (0)