We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f0ef commit d744ddaCopy full SHA for d744dda
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Upload Execution Log (on failure)
75
if: failure()
76
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
77
with:
78
name: hermiticity-execution-log
79
path: /tmp/exec.json
@@ -522,7 +522,7 @@ jobs:
522
tar -czf rules_wasm_component.tar.gz -C release_tmp .
523
524
- name: Upload Release Asset
525
526
527
name: rules_wasm_component
528
path: rules_wasm_component.tar.gz
0 commit comments