mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#2039)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0fb7585973
commit
f7e3156a89
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
dotnet tool install -g Microsoft.DotNet.ApiCompat.Tool
|
dotnet tool install -g Microsoft.DotNet.ApiCompat.Tool
|
||||||
- name: "Download Proposed Artifacts"
|
- name: "Download Proposed Artifacts"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: dalamud-artifact
|
name: dalamud-artifact
|
||||||
path: .\right
|
path: .\right
|
||||||
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: goatcorp/dalamud-distrib
|
repository: goatcorp/dalamud-distrib
|
||||||
token: ${{ secrets.UPDATE_PAT }}
|
token: ${{ secrets.UPDATE_PAT }}
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: dalamud-artifact
|
name: dalamud-artifact
|
||||||
path: .\scratch
|
path: .\scratch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue