Skip to content

Commit 6d589b2

Browse files
committed
Updating github-config
1 parent de032b2 commit 6d589b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
arch="${{ inputs.arch }}"
100100
101101
- name: Upload compiled artifact
102-
uses: actions/upload-artifact@v5
102+
uses: actions/upload-artifact@v6
103103
if: ${{ inputs.shouldCompile == true || inputs.shouldCompile == 'true' }}
104104
with:
105105
name: '${{ inputs.uploadArtifactName }}'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-24.04
9696
steps:
9797
- name: Upload Artifact
98-
uses: actions/upload-artifact@v5
98+
uses: actions/upload-artifact@v6
9999
with:
100100
name: event-payload
101101
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)