Merge pull request #172 from FirestormViewer/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5master
commit
c73ef2d2b1
|
|
@ -264,7 +264,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
if: steps.build.outputs.viewer_app
|
if: steps.build.outputs.viewer_app
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: "${{ steps.build.outputs.artifact }}-app"
|
name: "${{ steps.build.outputs.artifact }}-app"
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -274,13 +274,13 @@ jobs:
|
||||||
# artifact for that too.
|
# artifact for that too.
|
||||||
- name: Upload symbol file
|
- name: Upload symbol file
|
||||||
if: steps.build.outputs.symbolfile
|
if: steps.build.outputs.symbolfile
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: "${{ steps.build.outputs.artifact }}-symbols"
|
name: "${{ steps.build.outputs.artifact }}-symbols"
|
||||||
path: ${{ steps.build.outputs.symbolfile }}
|
path: ${{ steps.build.outputs.symbolfile }}
|
||||||
|
|
||||||
- name: Upload metadata
|
- name: Upload metadata
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: "${{ steps.build.outputs.artifact }}-metadata"
|
name: "${{ steps.build.outputs.artifact }}-metadata"
|
||||||
# emitted by build.sh, possibly multiple lines
|
# emitted by build.sh, possibly multiple lines
|
||||||
|
|
@ -288,7 +288,7 @@ jobs:
|
||||||
${{ steps.build.outputs.metadata }}
|
${{ steps.build.outputs.metadata }}
|
||||||
|
|
||||||
- name: Upload physics package
|
- name: Upload physics package
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
# should only be set for viewer-private
|
# should only be set for viewer-private
|
||||||
if: matrix.configuration == 'Release' && steps.build.outputs.physicstpv
|
if: matrix.configuration == 'Release' && steps.build.outputs.physicstpv
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -482,7 +482,7 @@ jobs:
|
||||||
dumpSyms: false
|
dumpSyms: false
|
||||||
- name: Publish artifacts
|
- name: Publish artifacts
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: ${{ env.FS_RELEASE_TYPE }}-${{ matrix.os }}-${{ matrix.variant }}-${{ matrix.grid }}-artifacts.zip
|
name: ${{ env.FS_RELEASE_TYPE }}-${{ matrix.os }}-${{ matrix.variant }}-${{ matrix.grid }}-artifacts.zip
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -491,7 +491,7 @@ jobs:
|
||||||
|
|
||||||
- name: publish Linux artifacts
|
- name: publish Linux artifacts
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: ${{ env.FS_RELEASE_TYPE }}-${{ matrix.os }}-${{ matrix.variant }}-${{matrix.grid}}-artifacts.zip
|
name: ${{ env.FS_RELEASE_TYPE }}-${{ matrix.os }}-${{ matrix.variant }}-${{matrix.grid}}-artifacts.zip
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -500,7 +500,7 @@ jobs:
|
||||||
|
|
||||||
- name: publish MacOS artifacts
|
- name: publish MacOS artifacts
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: ${{ env.FS_RELEASE_TYPE }}-${{ matrix.os }}-${{ matrix.variant }}-${{matrix.grid}}-artifacts.zip
|
name: ${{ env.FS_RELEASE_TYPE }}-${{ matrix.os }}-${{ matrix.variant }}-${{matrix.grid}}-artifacts.zip
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -581,7 +581,7 @@ jobs:
|
||||||
|
|
||||||
# Upload Build Info Artifact (note that this file is expected to be identical for each matrix run, so items like OS and VARIANT cannot be in this file.)
|
# Upload Build Info Artifact (note that this file is expected to be identical for each matrix run, so items like OS and VARIANT cannot be in this file.)
|
||||||
- name: Upload Tag Info
|
- name: Upload Tag Info
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: build_info
|
name: build_info
|
||||||
path: build_info.json
|
path: build_info.json
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
files_json=$(ls setup_exe_files | jq -R . | jq -s -c .)
|
files_json=$(ls setup_exe_files | jq -R . | jq -s -c .)
|
||||||
echo "setup_files=$files_json" >> $GITHUB_OUTPUT
|
echo "setup_files=$files_json" >> $GITHUB_OUTPUT
|
||||||
- name: Upload Setup.exe Files
|
- name: Upload Setup.exe Files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: setup-exe-files
|
name: setup-exe-files
|
||||||
path: setup_exe_files/
|
path: setup_exe_files/
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
# - name: Upload unsigned artifact
|
# - name: Upload unsigned artifact
|
||||||
# id: upload-unsigned-artifact
|
# id: upload-unsigned-artifact
|
||||||
# uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v5
|
||||||
# with:
|
# with:
|
||||||
# name: unsigned-artifact-${{ matrix.file }}
|
# name: unsigned-artifact-${{ matrix.file }}
|
||||||
# path: to_sign/${{ matrix.file }}
|
# path: to_sign/${{ matrix.file }}
|
||||||
|
|
@ -129,14 +129,14 @@ jobs:
|
||||||
files-folder-filter: exe
|
files-folder-filter: exe
|
||||||
|
|
||||||
# - name: Upload signed artifact
|
# - name: Upload signed artifact
|
||||||
# uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v5
|
||||||
# with:
|
# with:
|
||||||
# name: signed-artifact-${{ matrix.file }}
|
# name: signed-artifact-${{ matrix.file }}
|
||||||
# path: ./application-signed
|
# path: ./application-signed
|
||||||
# - name: Upload unsigned artifact
|
# - name: Upload unsigned artifact
|
||||||
- name: Upload signed artifact
|
- name: Upload signed artifact
|
||||||
id: upload-unsigned-artifact
|
id: upload-unsigned-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: unsigned-artifact-${{ matrix.file }}
|
name: unsigned-artifact-${{ matrix.file }}
|
||||||
path: to_sign\${{ matrix.file }}
|
path: to_sign\${{ matrix.file }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue