Skip to content

Commit

Permalink
IP-244 - Update actions/upload-artifact to v4 due to v3 deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlittlejohns committed Dec 11, 2024
1 parent 065415e commit 177ab52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
run: ./bin/run-test

- name: Archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test results
path: test-reports/

- name: Archive coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Coverage report
path: coverage/*

0 comments on commit 177ab52

Please sign in to comment.