Skip to content

Commit 61bc9e1

Browse files
alexcrichtonbongjunj
authored andcommitted
Update more github actions (bytecodealliance#12775)
Missed in the prior update...
1 parent 3569538 commit 61bc9e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-adapter-provider/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- uses: actions/download-artifact@v4
12+
- uses: actions/download-artifact@v8
1313
with:
1414
name: bins-wasi-preview1-component-adapter
1515
path: crates/wasi-preview1-component-adapter/provider/artefacts

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ jobs:
13831383
permissions:
13841384
issues: write
13851385
steps:
1386-
- uses: actions/github-script@v7
1386+
- uses: actions/github-script@v8
13871387
with:
13881388
script: |
13891389
github.rest.issues.create({

0 commit comments

Comments
 (0)