Skip to content

Commit

Permalink
chore: update upload and download artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Nov 15, 2024
1 parent efb3184 commit d3560fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-beta-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Deploy to Beta Testing'
on:
push:
branches:
- develop
- 537-upgrade-to-v4-download-upload-artifacts

jobs:
build:
Expand Down Expand Up @@ -41,10 +41,11 @@ jobs:
- name: Build with base path
run: npm run build -- --base=/spa

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: built-site
path: ./dist
include-hidden-files: true

deploy-to-payara:
needs: build
Expand All @@ -58,7 +59,7 @@ jobs:
distribution: 'zulu'
java-version: '11'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: built-site
path: ./dist
Expand Down

0 comments on commit d3560fa

Please sign in to comment.