We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e4e57 commit d0ed79fCopy full SHA for d0ed79f
.github/workflows/scheduled-integration-tests.yml
@@ -115,7 +115,7 @@ jobs:
115
}
116
117
- name: Upload test artifacts
118
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
119
if: always()
120
with:
121
name: scheduled-integration-results-${{ github.run_number }}
.github/workflows/security.yml
@@ -89,7 +89,7 @@ jobs:
89
continue-on-error: true
90
91
- name: Upload security scan results
92
93
94
95
name: security-reports-${{ github.run_number }}
0 commit comments