Skip to content

Commit

Permalink
Merge pull request #556 from mgeisler/github-artifacts
Browse files Browse the repository at this point in the history
Synchronize GH artifact action version numbers
  • Loading branch information
mgeisler committed Sep 14, 2024
2 parents 16a9c3d + 94d4417 commit 4a13611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
working-directory: examples/wasm/www

- name: Upload bundled textwrap-wasm-demo-app
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: textwrap-wasm-demo-app
path: examples/wasm/www/dist
Expand All @@ -233,7 +233,7 @@ jobs:
run: rm *

- name: Download bundled textwrap-wasm-demo-app
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: textwrap-wasm-demo-app

Expand Down

0 comments on commit 4a13611

Please sign in to comment.