Skip to content

Commit b89c1cf

Browse files
Merge pull request #16 from StevanFreeborn/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.7 in /.github/workflows
2 parents 6aa3741 + cece16c commit b89c1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install dependencies
9898
run: npm install
9999
- name: Download build artifact
100-
uses: actions/download-artifact@v3.0.2
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: build
103103
path: ./dist

.github/workflows/lint_format_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Check out repository
127127
uses: actions/checkout@v4
128128
- name: Download test coverage artifact
129-
uses: actions/download-artifact@v3.0.2
129+
uses: actions/download-artifact@v4.1.7
130130
with:
131131
name: coverage
132132
path: ./coverage

0 commit comments

Comments
 (0)