Skip to content

Commit

Permalink
Merge pull request #1078 from DependencyTrack/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/download-artifact-4.1.9

Bump actions/download-artifact from 4.1.8 to 4.1.9
  • Loading branch information
nscuro authored Mar 3, 2025
2 parents 9702dca + dc22b56 commit b96e997
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/[email protected]

- name: Download Artifacts
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: assembled-wars
path: target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/[email protected]

- name: Download Artifacts
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: assembled-wars
path: target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-pr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
&& github.event.workflow_run.conclusion == 'success'
steps:
- name: Download PR test coverage report
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # tag=v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # tag=v4.1.9
with:
name: pr-test-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b96e997

Please sign in to comment.