mirror of https://github.com/DJ2LS/FreeDATA.git
Merge pull request #1027 from DJ2LS/dependabot/github_actions/develop/actions/upload-artifact-5
commit
223869bddc
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: 'FreeDATA-x86_64.AppImage'
|
||||
path: FreeDATA-x86_64.AppImage
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
# Upload the image tarball as an artifact.
|
||||
- name: Upload Docker image artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: freedata-image
|
||||
path: freedata.tar
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
run: ls -R
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: 'FreeDATA-Installer'
|
||||
path: ./FreeDATA-Installer.exe
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
run: ls -R
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: '${{ matrix.zip_name }}'
|
||||
path: ./freedata_server/server.dist/${{ matrix.zip_name }}.zip
|
||||
|
|
|
|||
Loading…
Reference in New Issue