Skip to content
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
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
uses: actions/checkout@v4

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -127,14 +127,14 @@
working-directory: air-interpreter

- name: Upload air-interpreter-wasm artifact to GitHub checks
uses: actions/upload-artifact@v3

Check failure on line 130 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L130

the runner of "actions/upload-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/release.yml:130:15: the runner of "actions/upload-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm
path: target/wasm32-wasi/release/air_interpreter_server.wasm

- name: Add air-interpreter-wasm artifact to GitHub release
if: needs.release-please.outputs.air-interpreter-release-created
uses: softprops/action-gh-release@v1

Check failure on line 137 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L137

the runner of "softprops/action-gh-release@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/release.yml:137:15: the runner of "softprops/action-gh-release@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
files: target/wasm32-wasi/release/air_interpreter_server.wasm
tag_name: ${{ needs.release-please.outputs.air-interpreter-tag-name }}
Expand Down Expand Up @@ -169,7 +169,7 @@
uses: actions/checkout@v4

- name: Download air-interpreter-wasm artifact
uses: actions/download-artifact@v3

Check failure on line 172 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L172

the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/release.yml:172:15: the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm
path: avm/client/dist/
Expand All @@ -178,7 +178,7 @@
working-directory: avm/client/dist

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -227,13 +227,13 @@
uses: dsherret/rust-toolchain-file@v1

- name: Download air-interpreter-wasm artifact
uses: actions/download-artifact@v3

Check failure on line 230 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L230

the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/release.yml:230:15: the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm
path: crates/interpreter-wasm/

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -274,7 +274,7 @@
run: wasm-pack build --release -m force --target nodejs

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -338,7 +338,7 @@
echo "found any?:" "${{ steps.status.outputs.found }}"

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-air-beautify-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-avm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ref: ${{ inputs.ref }}

- name: Download air-interpreter-wasm binary
uses: actions/download-artifact@v3

Check failure on line 39 in .github/workflows/snapshot-avm.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/snapshot-avm.yml#L39

the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/snapshot-avm.yml:39:15: the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm
path: avm/client/dist/
Expand All @@ -45,7 +45,7 @@
working-directory: avm/client/dist

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ref: ${{ inputs.ref }}

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.4.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -76,7 +76,7 @@
dependencies: ${{ inputs.cargo-dependencies }}

- name: Download air-interpreter-wasm binary
uses: actions/download-artifact@v3

Check failure on line 79 in .github/workflows/snapshot-cargo.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/snapshot-cargo.yml#L79

the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/snapshot-cargo.yml:79:15: the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm

Expand Down
Loading