Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kac89 committed Sep 4, 2024
1 parent 21476e8 commit 1748961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dev.vulnrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run build -- -c production
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4
with:
name: deploy_dist
path: dist
Expand All @@ -50,6 +50,8 @@ jobs:
- name: Download build
uses: actions/download-artifact@v4
with:
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.TOKEN }}
name: deploy_dist
path: .

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/vulnrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run build -- -c production
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v4
with:
name: deploy_dist
path: dist
Expand All @@ -50,6 +50,8 @@ jobs:
- name: Download build
uses: actions/download-artifact@v4
with:
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.TOKEN }}
name: deploy_dist
path: .

Expand Down

0 comments on commit 1748961

Please sign in to comment.