mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 10:53:26 +03:00
Merge pull request #2134 from EDCD/dependabot/github_actions/develop/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
This commit is contained in:
commit
85ea423bc5
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
mv ../EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz .
|
mv ../EDMarketConnector-release-${{ needs.variables.outputs.sem_ver }}.tar.gz .
|
||||||
|
|
||||||
- name: Upload build files
|
- name: Upload build files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Built files
|
name: Built files
|
||||||
path: |
|
path: |
|
||||||
@ -127,7 +127,7 @@ jobs:
|
|||||||
filepath: './EDMC_Installer_Config.iss'
|
filepath: './EDMC_Installer_Config.iss'
|
||||||
|
|
||||||
- name: Upload build files
|
- name: Upload build files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Built files
|
name: Built files
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user