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 8750857 commit bea9336Copy full SHA for bea9336
.github/workflows/ab-testing-deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
deno-version: v2.3
33
34
- name: Download build artifact
35
- uses: actions/download-artifact@v5.0.0
+ uses: actions/download-artifact@v6.0.0
36
with:
37
name: ab-testing-build
38
path: ab-testing/dist
.github/workflows/ab-testing-ui.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: ./.github/actions/setup-node-env
58
59
- name: Fetch build
60
61
62
name: ui-build
63
path: output/ab-tests.html
0 commit comments