Skip to content

Commit

Permalink
ci: Update upload and download artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Oct 2, 2024
1 parent 9a97e4d commit 8da6a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
echo "PACKAGE_NAME=$(ls *.tgz)" >> $GITHUB_ENV
- name: Upload Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: react-chatbotify-package
path: ${{ env.PACKAGE_NAME }}
Expand All @@ -121,7 +121,7 @@ jobs:
run: npm ci

- name: Download Packaged Library
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: react-chatbotify-package

Expand Down

0 comments on commit 8da6a5d

Please sign in to comment.