Skip to content

Commit

Permalink
chore: update actions/download-artifact action to v4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2025
1 parent 5721bce commit e4e9dde
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 @@ -123,13 +123,13 @@ jobs:

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

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

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

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

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

Expand Down

0 comments on commit e4e9dde

Please sign in to comment.