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 24c968d + 0a30b5c commit a41aa37Copy full SHA for a41aa37
2 files changed
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Upload build artifacts
85
if: matrix.configuration != 'Debug'
86
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
87
with:
88
name: Build-${{ matrix.configuration }}
89
path: |
.github/workflows/release.yml
@@ -180,7 +180,7 @@ jobs:
180
}
181
182
183
184
185
name: Release-${{ steps.config.outputs.configuration }}
186
0 commit comments