Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #348 from ballerina-platform/action-version
Browse files Browse the repository at this point in the history
Update the outdated action versions to v4 in workflow files
  • Loading branch information
Nuvindu authored Sep 27, 2024
2 parents f0fbffc + 96fd8bc commit 1fd9cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Generate Codecov Report
uses: codecov/codecov-action@v2
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ballerina-runtime
path: target/ballerina-runtime/
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --scan
- name: Archive Code Coverage JSON
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Code Coverage JSON
path: stan-ballerina/target/report/test_results.json
Expand Down

0 comments on commit 1fd9cd8

Please sign in to comment.