Skip to content

Commit

Permalink
chore: bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonengelhardt committed Oct 2, 2024
1 parent 767390b commit 818a32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
cargo build --target wasm32-wasi --release
- name: Upload plugin as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: plugin
path: target/wasm32-wasi/release/wasm_oidc_plugin.wasm
Expand Down

0 comments on commit 818a32c

Please sign in to comment.