Skip to content

Commit 868509b

Browse files
authored
Merge pull request #4 from cmbrose/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
2 parents e8858cf + 2284f26 commit 868509b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v1
1818

1919
- name: pester tests
20-
uses: zyborg/pester-tests-report@v1.2.0
20+
uses: cmbrose/pester-tests-report@v1
2121
with:
2222
include_paths: ./tests/GitHubActions_tests.ps1
2323
exclude_tags: SkipCI
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595

9696
- name: download distributable artifact
97-
uses: actions/download-artifact@v1
97+
uses: actions/download-artifact@v4.1.7
9898
with:
9999
name: dist
100100

0 commit comments

Comments
 (0)