We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e3843 commit e46cca3Copy full SHA for e46cca3
.github/workflows/pr-test.yml
@@ -32,7 +32,7 @@ jobs:
32
args: copyAllReports --output-dir=/tmp/test-reports
33
34
- name: Archive test reports
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: test-reports
38
path: /tmp/test-reports
@@ -49,4 +49,4 @@ jobs:
49
runs-on: ubuntu-22.04
50
steps:
51
- name: Dependency Check
52
- uses: hypertrace/github-actions/dependency-check@main
+ uses: hypertrace/github-actions/dependency-check@main
0 commit comments