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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:

- name: Upload Lumi acceptance evidence
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: lumi-windows-evidence
path: artifacts/qa/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/landlock-run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: node ./scripts/verify-launcher-binary.mjs ${{ matrix.dir }}

- name: Upload prebuild artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.artifact }}
path: native/landlock-run/${{ matrix.dir }}/bin/*
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
NALR_REQUIRE_LANDLOCK: 1

- name: Upload npm tarballs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: npm-tarballs
path: native/landlock-run/dist/npm/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lumi-desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: lumi-windows-${{ github.ref_name }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Verify packed install
run: pnpm run release:verify-packed-install --family vendor --from dist/npm-vendor

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: vendor-npm-tarballs
path: dist/npm-vendor/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Verify packed install
run: pnpm run release:verify-packed-install --family dsh --from dist/npm --from dist/npm-vendor --from dist/npm-landlock

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: dsh-npm-tarballs
path: dist/npm/*
Expand Down
Loading