Skip to content

Commit

Permalink
Patch Node 20 #592
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka authored Feb 6, 2024
1 parent b49dc84 commit 9eed7b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- id: save
name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-${{ github.run_number }}
path: ./docs
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- id: save
name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-release-${{ github.run_number }}
path: ./dist
Expand All @@ -196,7 +196,7 @@ jobs:

- id: fetch
name: Fetch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: test-release-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:

- id: fetch
name: Fetch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: test-release-${{ github.run_number }}
path: ./dist
Expand Down

0 comments on commit 9eed7b8

Please sign in to comment.