Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
mkdir -p release-digests
jq -n --arg name '${{ matrix.name }}' --arg image "${IMAGE,,}" --arg digest "$DIGEST" \
'{name:$name,image:$image,digest:$digest}' > "release-digests/${{ matrix.name }}.json"
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: container-digest-${{ matrix.name }}
path: |
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
subject-checksums: release-evidence/container-SHA256SUMS
- name: Retain the signed provenance bundle
run: cp '${{ steps.evidence-provenance.outputs.bundle-path }}' release-evidence/container-provenance.sigstore.json
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: container-release-${{ github.ref_name }}
path: release-evidence/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
'${{ steps.artifacts.outputs.release_root }}/macos-sbom-attestation.sigstore.json'

- name: Retain verified workflow artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Mailflow-${{ env.RELEASE_VERSION }}-macOS-universal
path: ${{ steps.artifacts.outputs.release_root }}/*
Expand Down
Loading