Skip to content

Commit

Permalink
Migrate to upload/download artifact v4
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
  • Loading branch information
chadlwilson committed Oct 11, 2024
1 parent 910e614 commit c880f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mv ./gauge-ts-*.tgz ./gauge-ts/artifacts
- name: Upload artifacts for local
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: gauge-ts
path: ./gauge-ts/artifacts
Expand All @@ -93,7 +93,7 @@ jobs:
npm ci
npm run build
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: gauge-ts
path: ./artifacts
Expand Down

0 comments on commit c880f1a

Please sign in to comment.