mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](fa0a91b85d...cc20338598
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1f2e4b7b34
commit
94680712e6
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code 👋
|
- name: Checkout code 👋
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
|
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: dist
|
path: dist
|
||||||
|
@ -113,7 +113,7 @@ jobs:
|
||||||
- artifacts
|
- artifacts
|
||||||
- msi
|
- msi
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
|
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: Upload version file
|
- name: Upload version file
|
||||||
|
|
Loading…
Reference in a new issue