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.
1 parent 6ae50bd commit dd17243Copy full SHA for dd17243
.github/workflows/buildpack-integration-test.yml
@@ -176,7 +176,7 @@ jobs:
176
-output-file=${{ inputs.output-file }} \
177
-validate-mapping=false
178
- name: 'Upload Artifact'
179
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
180
if: always()
181
with:
182
name: ${{ matrix.type }}_${{ inputs.builder-runtime }}_${{ inputs.builder-url == '' && 'no_builder_url' || 'with_builder_url' }}_buildpack_integ_logs
0 commit comments