We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1ebb2 commit c31177fCopy full SHA for c31177f
2 files changed
.github/workflows/create-release.yml
@@ -181,7 +181,7 @@ jobs:
181
| grep -v 'Warning' > "${{ matrix.builders.name }}-info.md"
182
183
- name: Upload info for ${{ matrix.builders.name }}
184
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
185
with:
186
name: "${{ matrix.builders.name }}-info.md"
187
path: "${{ matrix.builders.name }}-info.md"
.github/workflows/test-pull-request.yml
@@ -103,7 +103,7 @@ jobs:
103
runs-on: ubuntu-24.04
104
steps:
105
- name: Upload Artifact
106
107
108
name: event-payload
109
path: ${{ github.event_path }}
0 commit comments