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.
2 parents 79689e8 + 7c9fe3e commit de16a53Copy full SHA for de16a53
.github/workflows/release.yml
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Upload Build Artifacts
117
if: success()
118
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
119
with:
120
path: |
121
.artifacts/**/*
.github/workflows/tests.yml
@@ -120,7 +120,7 @@ jobs:
- name: Upload Debugging Info To Artifacts
122
if: ${{ failure() }}
123
124
125
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.jdkVersion }}
126
0 commit comments