We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de032b2 commit 6d589b2Copy full SHA for 6d589b2
2 files changed
.github/workflows/compile-dependency.yml
@@ -99,7 +99,7 @@ jobs:
99
arch="${{ inputs.arch }}"
100
101
- name: Upload compiled artifact
102
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
103
if: ${{ inputs.shouldCompile == true || inputs.shouldCompile == 'true' }}
104
with:
105
name: '${{ inputs.uploadArtifactName }}'
.github/workflows/test-pull-request.yml
@@ -95,7 +95,7 @@ jobs:
95
runs-on: ubuntu-24.04
96
steps:
97
- name: Upload Artifact
98
name: event-payload
path: ${{ github.event_path }}
0 commit comments