updated actions
This commit is contained in:
parent
d7a693e8b5
commit
a40986de3f
|
@ -113,7 +113,7 @@ runs:
|
||||||
# Update if condition to true to get packages as artifacts
|
# Update if condition to true to get packages as artifacts
|
||||||
- if: ${{ false }}
|
- if: ${{ false }}
|
||||||
name: Upload package artifacts
|
name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ inputs.distrib }}
|
name: packages-${{ inputs.distrib }}
|
||||||
path: ./*.${{ inputs.package_extension}}
|
path: ./*.${{ inputs.package_extension}}
|
||||||
|
|
|
@ -72,7 +72,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload package artifacts
|
- name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ inputs.distrib }}
|
name: packages-${{ inputs.distrib }}
|
||||||
path: ./*.${{ inputs.package_extension }}
|
path: ./*.${{ inputs.package_extension }}
|
||||||
|
|
|
@ -255,7 +255,7 @@ jobs:
|
||||||
DEB_BUILD_OPTIONS="nocheck nodocs notest" dh-make-perl make --build $PACKAGE_VERSION --cpan ${{ matrix.name }}
|
DEB_BUILD_OPTIONS="nocheck nodocs notest" dh-make-perl make --build $PACKAGE_VERSION --cpan ${{ matrix.name }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}
|
name: packages-${{ matrix.package_extension }}-${{ matrix.distrib }}
|
||||||
path: ./*.${{ matrix.package_extension }}
|
path: ./*.${{ matrix.package_extension }}
|
||||||
|
@ -282,7 +282,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||||
with:
|
with:
|
||||||
name: packages-rpm-${{ matrix.distrib }}
|
name: packages-rpm-${{ matrix.distrib }}
|
||||||
path: ./
|
path: ./
|
||||||
|
@ -302,7 +302,7 @@ jobs:
|
||||||
needs: [package]
|
needs: [package]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
|
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||||
with:
|
with:
|
||||||
name: packages-deb-bullseye
|
name: packages-deb-bullseye
|
||||||
path: ./
|
path: ./
|
||||||
|
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
# set condition to true if artifacts are needed
|
# set condition to true if artifacts are needed
|
||||||
- if: ${{ false }}
|
- if: ${{ false }}
|
||||||
name: Upload package artifacts
|
name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
||||||
path: ./*.${{ matrix.package_extension}}
|
path: ./*.${{ matrix.package_extension}}
|
||||||
|
|
|
@ -108,7 +108,7 @@ jobs:
|
||||||
# set condition to true if artifacts are needed
|
# set condition to true if artifacts are needed
|
||||||
- if: ${{ false }}
|
- if: ${{ false }}
|
||||||
name: Upload package artifacts
|
name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}
|
name: packages-${{ matrix.distrib }}
|
||||||
path: ./*.${{ matrix.package_extension}}
|
path: ./*.${{ matrix.package_extension}}
|
||||||
|
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
path: ./*.rpm
|
path: ./*.rpm
|
||||||
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}
|
name: packages-${{ matrix.distrib }}
|
||||||
path: ./*.rpm
|
path: ./*.rpm
|
||||||
|
@ -145,7 +145,7 @@ jobs:
|
||||||
path: ./*.deb
|
path: ./*.deb
|
||||||
key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}
|
name: packages-${{ matrix.distrib }}
|
||||||
path: ./*.deb
|
path: ./*.deb
|
||||||
|
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
# set condition to true if artifacts are needed
|
# set condition to true if artifacts are needed
|
||||||
- if: ${{ false }}
|
- if: ${{ false }}
|
||||||
name: Upload package artifacts
|
name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
||||||
path: ./*.${{ matrix.package_extension}}
|
path: ./*.${{ matrix.package_extension}}
|
||||||
|
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
# set condition to true if artifacts are needed
|
# set condition to true if artifacts are needed
|
||||||
- if: ${{ false }}
|
- if: ${{ false }}
|
||||||
name: Upload package artifacts
|
name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
||||||
path: ./*.${{ matrix.package_extension}}
|
path: ./*.${{ matrix.package_extension}}
|
||||||
|
|
|
@ -180,7 +180,7 @@ jobs:
|
||||||
# set condition to true if artifacts are needed
|
# set condition to true if artifacts are needed
|
||||||
- if: ${{ false }}
|
- if: ${{ false }}
|
||||||
name: Upload package artifacts
|
name: Upload package artifacts
|
||||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
name: packages-${{ matrix.distrib }}-${{ matrix.arch }}
|
||||||
path: ./*.${{ matrix.package_extension}}
|
path: ./*.${{ matrix.package_extension}}
|
||||||
|
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
path: ./*.rpm
|
path: ./*.rpm
|
||||||
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: packages-${{ matrix.distrib }}
|
name: packages-${{ matrix.distrib }}
|
||||||
path: ./*.rpm
|
path: ./*.rpm
|
||||||
|
|
Loading…
Reference in New Issue