Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
| datasource  | package                   | from | to |
| ----------- | ------------------------- | ---- | -- |
| github-tags | actions/download-artifact | v3   | v4 |
| github-tags | actions/upload-artifact   | v3   | v4 |
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent f268b83 commit 6cfa701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Upload test reports
if: always()
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: test-reports
path: "./test/src/${{ matrix.test_function }}_unit-tests_filtered.xml"
Expand All @@ -168,7 +168,7 @@ jobs:
- integration-tests
steps:
- name: Download artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: test-reports
path: /tmp/testreports
Expand Down

0 comments on commit 6cfa701

Please sign in to comment.