Merge pull request #1027 from DJ2LS/dependabot/github_actions/develop/actions/upload-artifact-5

pull/1032/head
DJ2LS 2025-11-02 12:20:17 +01:00 committed by GitHub
commit 223869bddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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