We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a70ec4 + 39bc249 commit a677500Copy full SHA for a677500
action.yml
@@ -27,7 +27,7 @@ runs:
27
steps:
28
- uses: actions/checkout@v5
29
- name: Install pixi
30
- uses: prefix-dev/setup-pixi@v0.9.1
+ uses: prefix-dev/setup-pixi@v0.9.2
31
with:
32
pixi-version: v0.56.0
33
cache: false
@@ -56,7 +56,7 @@ runs:
56
pixi run repo2wasm $REPO2WASM_FORGIVING --ide "${{ inputs.ide }}" --output-dir "${{ inputs.output }}" "${{ inputs.input }}"
57
- name: Upload artifact to GitHub
58
if: inputs.pages
59
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
60
61
path: ${{ inputs.output }}
62
- name: Publish GitHub pages
0 commit comments