We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b81826 commit e33a968Copy full SHA for e33a968
.github/workflows/webPreview.yaml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- uses: actions/checkout@v4
38
- name: Download the build result from artifacts
39
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
40
with:
41
name: web-build
42
- name: Get the build result file content
.github/workflows/webProduction.yaml
@@ -37,7 +37,7 @@ jobs:
43
0 commit comments