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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ jobs:
- run: node --check site/check-links.mjs
- run: node site/check-links.mjs
- run: scripts/prove-current-host-compatibility.sh
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: gromaq-current-host-compatibility-proof
path: target/compatibility-proof/*
- run: scripts/prove-welcome-preview.sh
- run: scripts/prove-readme-welcome-preview.sh
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: gromaq-welcome-preview-proof
path: |
target/welcome-preview-proof/*
target/readme-welcome-preview-proof/*
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: gromaq-theme-preview-proof
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- run: scripts/prove-current-host-compatibility.sh
env:
GROMAQ_REQUIRED_COMPAT_TOOLS: bash zsh fish vim nvim tmux less top htop btop ssh
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: gromaq-linux-compatibility-proof
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
packaging/arch/gromaq.install \
target/dist/SHA256SUMS-linux-x86_64 \
--clobber
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: gromaq-linux-tarball
include-hidden-files: true
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
target/dist/Gromaq-macos-app.zip \
target/dist/SHA256SUMS-macos-app \
--clobber
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: gromaq-macos-app
path: |
Expand Down
Loading