Skip to content

Commit

Permalink
Merge pull request #4 from cmbrose/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
cmbrose authored Sep 9, 2024
2 parents e8858cf + 2284f26 commit 868509b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v1

- name: pester tests
uses: zyborg/pester-tests-report@v1.2.0
uses: cmbrose/pester-tests-report@v1
with:
include_paths: ./tests/GitHubActions_tests.ps1
exclude_tags: SkipCI
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
steps:

- name: download distributable artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: dist

Expand Down

0 comments on commit 868509b

Please sign in to comment.