We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb3184 commit d3560faCopy full SHA for d3560fa
.github/workflows/deploy-beta-testing.yml
@@ -3,7 +3,7 @@ name: 'Deploy to Beta Testing'
3
on:
4
push:
5
branches:
6
- - develop
+ - 537-upgrade-to-v4-download-upload-artifacts
7
8
jobs:
9
build:
@@ -41,10 +41,11 @@ jobs:
41
- name: Build with base path
42
run: npm run build -- --base=/spa
43
44
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
45
with:
46
name: built-site
47
path: ./dist
48
+ include-hidden-files: true
49
50
deploy-to-payara:
51
needs: build
@@ -58,7 +59,7 @@ jobs:
58
59
distribution: 'zulu'
60
java-version: '11'
61
- - uses: actions/download-artifact@v3
62
+ - uses: actions/download-artifact@v4
63
64
65
0 commit comments