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
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
mkdir -p artifacts/${{ matrix.arch }}
cp target/${{ matrix.target }}/release/operator artifacts/${{ matrix.arch }}/

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: binaries-${{ matrix.arch }}
path: artifacts/${{ matrix.arch }}/
Expand All @@ -103,13 +103,13 @@ jobs:
run: echo "version=$(cargo pkgid | cut -d# -f2)" >> "$GITHUB_OUTPUT"

- name: Download AMD64 binaries
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: binaries-amd64
path: .github/build-context/amd64/

- name: Download ARM64 binaries
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: binaries-arm64
path: .github/build-context/arm64/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Generate CRDs
run: cargo run --bin gen-crds > crds.yaml
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: crds
path: crds.yaml
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: crds
- name: Install kubeconform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Check spelling
uses: crate-ci/typos@v1.43.5
uses: crate-ci/typos@v1.44.0
with:
config: .typos.toml