Skip to content

Commit

Permalink
Update checkout to v4 and upload-artifacts to v4 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamguo0 authored Jul 1, 2024
1 parent 4e8e0f4 commit 1b12a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout pg_tle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pg_tle

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Upload test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifact-${{ matrix.os }}-${{ matrix.version }}
path: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# rm -f src/*.gcda src/*.gcno src/lcov*.info src/*.gcov src/.*.gcov src/*.gcov.out lcov_base.info lcov_test.info
- name: Upload code coverage artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-artifact-${{ matrix.os }}-${{ matrix.version }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout pg_tle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pg_tle

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Upload test artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifact-${{ matrix.os }}-${{ matrix.version }}
path: |
Expand Down

0 comments on commit 1b12a5c

Please sign in to comment.