mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-24 18:44:04 -08:00
chore: bump actions/upload-artifact from 4.4.3 to 4.5.0
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](b4b15b8c7c...6f51ac03b9
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a7ad857a2d
commit
283388da6a
2
.github/workflows/build_code.yml
vendored
2
.github/workflows/build_code.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
args: build --clean --snapshot --skip=post-hooks --skip=before
|
args: build --clean --snapshot --skip=post-hooks --skip=before
|
||||||
workdir: src
|
workdir: src
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
|
||||||
with:
|
with:
|
||||||
name: builds
|
name: builds
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
- name: Post Build 🤐
|
- name: Post Build 🤐
|
||||||
run: |
|
run: |
|
||||||
./post.ps1
|
./post.ps1
|
||||||
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: |
|
path: |
|
||||||
|
@ -100,7 +100,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
$version = '${{ needs.changelog.outputs.version }}'.TrimStart("v")
|
$version = '${{ needs.changelog.outputs.version }}'.TrimStart("v")
|
||||||
./build.ps1 -Architecture ${{ matrix.arch }} -Version $version -Copy -Sign
|
./build.ps1 -Architecture ${{ matrix.arch }} -Version $version -Copy -Sign
|
||||||
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
|
||||||
with:
|
with:
|
||||||
name: msi-artifact-${{ matrix.arch }}
|
name: msi-artifact-${{ matrix.arch }}
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue