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 - name: Install dependencies
run: npm install run: npm install
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v3.0.2 uses: actions/download-artifact@v4.1.7
with: with:
name: build name: build
path: ./dist path: ./dist
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Download test coverage artifact - name: Download test coverage artifact
uses: actions/download-artifact@v3.0.2 uses: actions/download-artifact@v4.1.7
with: with:
name: coverage name: coverage
path: ./coverage path: ./coverage