Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update GitHub Artifact Actions (major) #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
renovate wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from renovate/major-github-artifact-actions
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
22 changes: 11 additions & 11 deletions .github/workflows/build-and-test.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cargo build --target wasm32-wasip1 --release
cp target/wasm32-wasip1/release/fix-python-soname.wasm ../fix-python-soname.wasm
- name: Upload WASM artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wasm-bindings
path: |
Expand All @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Download WASM artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: wasm-bindings
path: npm/${{ matrix.settings.npm_dir }}
Expand Down Expand Up @@ -136,14 +136,14 @@ jobs:
shell: bash

- name: Upload npm package artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: npm-${{ matrix.settings.npm_dir }}
path: npm/${{ matrix.settings.npm_dir }}
if-no-files-found: error

- name: Upload entrypoints artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: entrypoints
path: |
Expand All @@ -160,13 +160,13 @@ jobs:
- uses: actions/checkout@v6

- name: Download all npm package artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
pattern: npm-*
path: npm-artifacts

- name: Download entrypoints artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: entrypoints
path: .
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
shell: bash

- name: Upload release bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: release-bundle
path: |
Expand Down Expand Up @@ -244,12 +244,12 @@ jobs:
architecture: ${{ matrix.settings.architecture }}
- run: pnpm install
- name: Download npm package artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: npm-${{ matrix.settings.npm_dir }}
path: npm/${{ matrix.settings.npm_dir }}
- name: Download entrypoints artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: entrypoints
path: .
Expand Down Expand Up @@ -301,12 +301,12 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Download npm package artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: npm-${{ matrix.settings.npm_dir }}
path: npm/${{ matrix.settings.npm_dir }}
- name: Download entrypoints artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: entrypoints
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v7
with:
name: release-bundle
path: .
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /