Skip to content

Commit

Permalink
Update buildanddeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBergqvist committed Nov 2, 2024
1 parent 92b5514 commit fe0dbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildanddeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cp 404header.html dist/sr-app/404.html
cat dist/sr-app/index.html >> dist/sr-app/404.html
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: dist/sr-app
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: build-artifacts
path: dist/sr-app
Expand Down

0 comments on commit fe0dbf3

Please sign in to comment.