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.
2 parents 6aa3741 + cece16c commit b89c1cfCopy full SHA for b89c1cf
.github/workflows/build_publish.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Install dependencies
98
run: npm install
99
- name: Download build artifact
100
- uses: actions/download-artifact@v3.0.2
+ uses: actions/download-artifact@v4.1.7
101
with:
102
name: build
103
path: ./dist
.github/workflows/lint_format_test.yaml
@@ -126,7 +126,7 @@ jobs:
126
- name: Check out repository
127
uses: actions/checkout@v4
128
- name: Download test coverage artifact
129
130
131
name: coverage
132
path: ./coverage
0 commit comments