Skip to content

Commit

Permalink
Merge pull request #298 from uutils/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
cakebaker authored Dec 15, 2023
2 parents 3cdf577 + bc57faa commit a2506d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
--service-name "GitHub Actions" \
--service-number ${{ github.run_id }}
- name: Upload coverage as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lcov.info
# path: ${{ steps.grcov.outputs.report }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- name: Extract testing info
shell: bash
run: |
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gnu-test-report
path: |
findutils.gnu/find/testsuite/*.log
findutils.gnu/xargs/testsuite/*.log
findutils.gnu/tests/**/*.log
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gnu-result
path: gnu-result.json
Expand Down Expand Up @@ -108,11 +108,11 @@ jobs:
run: |
cd findutils
bash util/build-bfs.sh ||:
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bfs-test-report
path: bfs/tests.log
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bfs-result
path: bfs-result.json
Expand Down

0 comments on commit a2506d2

Please sign in to comment.