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