Skip to content

Commit

Permalink
whoops, use v4 of download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Nov 10, 2024
1 parent 0def707 commit e6d42f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Download the WASM binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: libsodium-wasm-build
- name: Install dependencies
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Download the WASM binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: libsodium-wasm-build
- name: Package the project
Expand Down

0 comments on commit e6d42f0

Please sign in to comment.