Skip to content

Commit

Permalink
chore: update actions/download-artifact action to v4.1.8 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 2385b1b commit bbcc89f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ jobs:

steps:
- name: 🔽 Download nuget artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: nuget
path: nuget

- name: 🔽 Download global-json artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: global-json

Expand All @@ -141,13 +141,13 @@ jobs:

steps:
- name: 🔽 Download nuget artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: nuget
path: nuget

- name: 🔽 Download global-json artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: global-json

Expand Down

0 comments on commit bbcc89f

Please sign in to comment.