From 7b5ad6c38d4cbf1ce9528683f0fb8cffb9f71f7b Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Tue, 30 Apr 2024 20:45:27 +0200 Subject: [PATCH] workflows: update actions version Signed-off-by: Nicola Murino --- .github/workflows/codeql.yml | 6 ++--- .github/workflows/release.yml | 48 +++++++++++++++++------------------ 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 02430e65..08edea2d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,12 +25,12 @@ jobs: go-version: '1.22' - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 \ No newline at end of file + uses: github/codeql-action/analyze@v3 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b930c7c3..83293beb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -429,22 +429,22 @@ jobs: shell: bash - name: Download amd64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_x86_64.tar.xz - name: Download arm64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_arm64.tar.xz - name: Download ppc64le artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_ppc64le.tar.xz - name: Download armv7 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_armv7.tar.xz @@ -490,102 +490,102 @@ jobs: shell: bash - name: Download amd64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_x86_64.tar.xz - name: Download arm64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_arm64.tar.xz - name: Download ppc64le artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_ppc64le.tar.xz - name: Download armv7 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_armv7.tar.xz - name: Download Linux bundle artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_linux_bundle.tar.xz - name: Download Deb amd64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.PKG_VERSION }}-1_amd64.deb - name: Download Deb arm64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.PKG_VERSION }}-1_arm64.deb - name: Download Deb ppc64le artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.PKG_VERSION }}-1_ppc64el.deb - name: Download Deb armv7 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.PKG_VERSION }}-1_armhf.deb - name: Download RPM x86_64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo-${{ steps.get_version.outputs.PKG_VERSION }}-1.x86_64.rpm - name: Download RPM aarch64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo-${{ steps.get_version.outputs.PKG_VERSION }}-1.aarch64.rpm - name: Download RPM ppc64le artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo-${{ steps.get_version.outputs.PKG_VERSION }}-1.ppc64le.rpm - name: Download RPM armv7 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo-${{ steps.get_version.outputs.PKG_VERSION }}-1.armv7hl.rpm - name: Download macOS x86_64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_macOS_x86_64.tar.xz - name: Download macOS arm64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_macOS_arm64.tar.xz - name: Download Windows installer x86_64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_windows_x86_64.exe - name: Download Windows installer arm64 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_windows_arm64.exe - name: Download Windows installer x86 artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_windows_x86.exe - name: Download Windows portable artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_windows_portable.zip - name: Download source with deps artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: sftpgo_${{ steps.get_version.outputs.SFTPGO_VERSION }}_src_with_deps.tar.xz