Skip to content

Commit

Permalink
Merge pull request #583 from DTS-STN/dependabot_github_actions_action…
Browse files Browse the repository at this point in the history
…s_upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
gregory-j-baker authored Dec 19, 2023
2 parents ec5713e + d7aafd6 commit 8399526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CI: true

- name: Store Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-test-results
path: coverage
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: npm run report:generate

- name: Store Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-test-report
path: report
Expand Down

0 comments on commit 8399526

Please sign in to comment.