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
This commit is contained in:
Stevan Freeborn
2024-09-04 09:02:05 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Download build artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.7
with:
name: build
path: ./dist
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Download test coverage artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.7
with:
name: coverage
path: ./coverage