Skip to content

Commit c31177f

Browse files
committed
Updating github-config
1 parent cd1ebb2 commit c31177f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
| grep -v 'Warning' > "${{ matrix.builders.name }}-info.md"
182182
183183
- name: Upload info for ${{ matrix.builders.name }}
184-
uses: actions/upload-artifact@v5
184+
uses: actions/upload-artifact@v6
185185
with:
186186
name: "${{ matrix.builders.name }}-info.md"
187187
path: "${{ matrix.builders.name }}-info.md"

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-24.04
104104
steps:
105105
- name: Upload Artifact
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v6
107107
with:
108108
name: event-payload
109109
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)