mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 18:07:37 +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 .
|
||||
|
||||
- name: Upload build files
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Built files
|
||||
path: |
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
filepath: './EDMC_Installer_Config.iss'
|
||||
|
||||
- name: Upload build files
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Built files
|
||||
path: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user