Skip to content

Commit

Permalink
Fix breaking change in actions/upload-artifacts 4.4.0 (#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Sep 5, 2024
1 parent 8afd4b6 commit 6ae0d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -215,6 +215,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.server-image-artifacts-retention-days }}
overwrite: true

Expand Down Expand Up @@ -281,5 +282,6 @@ jobs:
name: ${{ env.ARTIFACTS_KEY }}
path: ${{ env.ARTIFACTS_PATH }}
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.website-artifact-retention-days }}
overwrite: true
1 change: 1 addition & 0 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,6 @@ jobs:
${{ github.workspace }}/terraform
!${{ github.workspace }}/terraform/.terraform
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.artifacts-retention-days }}
overwrite: true

0 comments on commit 6ae0d5b

Please sign in to comment.