Skip to content

Commit

Permalink
update actions/upload-artifact version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarrens authored Nov 13, 2024
1 parent 2cf286b commit 811bf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
make test
- name: Archive Unit Test Log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-log-${{ matrix.os }}
retention-days: 14
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
make test
- name: Archive Unit Test Log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-log-pysap
retention-days: 14
Expand Down

0 comments on commit 811bf17

Please sign in to comment.