Skip to content

Commit

Permalink
Merge pull request #145 from samwel141/ci-cd-v2
Browse files Browse the repository at this point in the history
Upgrade actions/upload-artifact to v4
  • Loading branch information
dadiorchen authored Oct 22, 2024
2 parents ae2eaf3 + c4c8564 commit c896239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: github.event_name == 'push' && github.repository == ${{ env.repository }}
run: npm run build:dev
working-directory: ${{ env.project-directory }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.event_name == 'push' && github.repository == ${{ env.repository }}
with:
name: client-bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if: "contains(github.event.inputs.env, 'dev')"
run: npm run build:dev
working-directory: ${{ env.project-directory }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: frontend-bundle
path: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/treetracker-wallet-admin-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'push' && github.repository == 'Greenstand/treetracker-wallet-admin-client'
run: npm run build:dev
working-directory: ${{ env.project-directory }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.event_name == 'push' && github.repository == 'Greenstand/treetracker-wallet-admin-client'
with:
name: client-bundle
Expand Down

0 comments on commit c896239

Please sign in to comment.