Skip to content

Commit

Permalink
fix: Fix breaking change in actions/upload-artifacts 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
as1729 committed Sep 5, 2024
1 parent 88735f5 commit 9f07d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ jobs:
name: ${{ env.ATTESTATION_ARTIFACTS_KEY }}
path: ${{ steps.store-attestations.outputs.path }}
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.docker-image-artifacts-retention-days }}

redwood-console-image:
Expand Down Expand Up @@ -407,6 +408,7 @@ jobs:
name: ${{ env.ATTESTATION_ARTIFACTS_KEY }}
path: ${{ steps.store-attestations.outputs.path }}
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.docker-image-artifacts-retention-days }}

api-function-zips:
Expand Down

0 comments on commit 9f07d20

Please sign in to comment.