Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into docs
  • Loading branch information
manjilasingh committed Sep 12, 2024
2 parents 30243db + 8338481 commit bb43791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: version
path: version.txt
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# Artifact name
name: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: version
path: version.txt
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# Artifact name
name: build
Expand Down

0 comments on commit bb43791

Please sign in to comment.