Skip to content

Commit 71b5aef

Browse files
committed
github storage: ACTIONS_CACHE_URL => ACTIONS_RESULTS_URL
1 parent 119682c commit 71b5aef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
uses: actions/github-script@v7
257257
with:
258258
script: |
259-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
259+
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
260260
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
261261
262262
- name: Install rust
@@ -540,7 +540,7 @@ jobs:
540540
uses: actions/github-script@v7
541541
with:
542542
script: |
543-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
543+
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
544544
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
545545
546546
- name: Install clang
@@ -600,7 +600,7 @@ jobs:
600600
# uses: actions/github-script@v7
601601
# with:
602602
# script: |
603-
# core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
603+
# core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
604604
# core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
605605

606606
# - name: Configure ROCm Env
@@ -689,7 +689,7 @@ jobs:
689689
uses: actions/github-script@v7
690690
with:
691691
script: |
692-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
692+
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
693693
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
694694
695695
- uses: actions/download-artifact@v4
@@ -733,7 +733,7 @@ jobs:
733733
uses: actions/github-script@v7
734734
with:
735735
script: |
736-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
736+
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
737737
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
738738
739739
- uses: actions/download-artifact@v4
@@ -789,7 +789,7 @@ jobs:
789789
uses: actions/github-script@v7
790790
with:
791791
script: |
792-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
792+
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
793793
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
794794
795795
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)