Skip to content

Commit e46cca3

Browse files
Update pr-test.yml
1 parent a0e3843 commit e46cca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
args: copyAllReports --output-dir=/tmp/test-reports
3333

3434
- name: Archive test reports
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: test-reports
3838
path: /tmp/test-reports
@@ -49,4 +49,4 @@ jobs:
4949
runs-on: ubuntu-22.04
5050
steps:
5151
- name: Dependency Check
52-
uses: hypertrace/github-actions/dependency-check@main
52+
uses: hypertrace/github-actions/dependency-check@main

0 commit comments

Comments
 (0)