Skip to content

Commit

Permalink
fix: bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Jun 11, 2024
1 parent 1a27803 commit fd9a0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Downloading artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: custom-artifacts-name
- run: node -e "if(fs.existsSync('dist/apps/react-app') && fs.existsSync('coverage/apps/react-app')) console.log('Artifacts are here...'); else { throw new Error('Artifacts do not exist!');}"
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-test-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Downloading artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nx-main-artifacts
path: dist
Expand Down

0 comments on commit fd9a0a5

Please sign in to comment.