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
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Upload dependency tree
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: dependency-tree
path: dependency-tree.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Upload Benchmark Report
continue-on-error: true
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: benchmark-report
path: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:

- name: Upload Debian benchmark artifact
if: matrix.platform == 'debian'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: bench-debian-matrix
path: target/bench/debian-matrix.json
Expand All @@ -280,7 +280,7 @@ jobs:
./target/release/omg --help | head -20

- name: Upload binary
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: omg-${{ matrix.platform }}
path: target/release/omg
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
file ./target/release/omg

- name: Upload binary
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: omg-macos-arm64
path: target/release/omg
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
.\target\release\omg.exe --help | Select-Object -First 20

- name: Upload binary
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: omg-windows-x64
path: target/release/omg.exe
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
cargo llvm-cov report --lcov --output-path lcov-${{ matrix.platform }}.info

- name: Upload coverage artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-${{ matrix.platform }}
path: lcov-${{ matrix.platform }}.info
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload merged coverage
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-merged
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Upload HTML coverage report
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-report
path: target/llvm-cov/html/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: docker-e2e-results
path: target/debug/
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
continue-on-error: true

- name: Upload mutation report
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: mutation-report
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
tar -czvf "omg-v${VERSION}-x86_64-linux-arch.tar.gz" "omg-v${VERSION}-x86_64-linux-arch"
sha256sum "omg-v${VERSION}-x86_64-linux-arch.tar.gz" > "omg-v${VERSION}-x86_64-linux-arch.tar.gz.sha256"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: arch-build
path: omg-v*.tar.gz*
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
tar -czvf "omg-v${VERSION}-x86_64-linux-debian.tar.gz" "omg-v${VERSION}-x86_64-linux-debian"
sha256sum "omg-v${VERSION}-x86_64-linux-debian.tar.gz" > "omg-v${VERSION}-x86_64-linux-debian.tar.gz.sha256"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: debian-build
path: omg-v*.tar.gz*
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
tar -czvf "omg-v${VERSION}-x86_64-linux-ubuntu.tar.gz" "omg-v${VERSION}-x86_64-linux-ubuntu"
sha256sum "omg-v${VERSION}-x86_64-linux-ubuntu.tar.gz" > "omg-v${VERSION}-x86_64-linux-ubuntu.tar.gz.sha256"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: ubuntu-build
path: omg-v*.tar.gz*
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
tar -czvf "omg-v${VERSION}-x86_64-linux-fedora.tar.gz" "omg-v${VERSION}-x86_64-linux-fedora"
sha256sum "omg-v${VERSION}-x86_64-linux-fedora.tar.gz" > "omg-v${VERSION}-x86_64-linux-fedora.tar.gz.sha256"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: fedora-build
path: omg-v*.tar.gz*
Expand All @@ -219,7 +219,7 @@ jobs:
tar -czf "omg-v${VERSION}-aarch64-darwin.tar.gz" "omg-v${VERSION}-aarch64-darwin"
shasum -a 256 "omg-v${VERSION}-aarch64-darwin.tar.gz" > "omg-v${VERSION}-aarch64-darwin.tar.gz.sha256"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: macos-build
path: omg-v*.tar.gz*
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
$hash = (Get-FileHash -Algorithm SHA256 "$dirname.zip").Hash.ToLower()
"$hash $dirname.zip" | Out-File -Encoding ascii "$dirname.zip.sha256"

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: windows-build
path: omg-v*.zip*
Expand Down
Loading