Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade github workflows
Browse files Browse the repository at this point in the history
Chuckame committed May 21, 2024
1 parent 8edf63b commit 6e9355a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
run: find . -type d -name 'reports' | zip -@ -r build-reports.zip
- name: Upload the build report
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: error-report
path: build-reports.zip
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:

- name: Upload the build report
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: error-report
path: build-reports.zip

0 comments on commit 6e9355a

Please sign in to comment.