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 b49a45a commit 3bd91ce
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-traffic/404.html
cat dist/sr-traffic/index.html >> dist/sr-traffic/404.html
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: dist/sr-traffic
Expand All @@ -40,7 +40,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-traffic
Expand Down

0 comments on commit 3bd91ce

Please sign in to comment.