mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
chore(deps): update github artifact actions (major) (#1719)
chore(deps): update github artifact actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
38
.github/workflows/release.yml
vendored
38
.github/workflows/release.yml
vendored
@@ -77,11 +77,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: get frontend
|
- name: get frontend
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: frontend/dist
|
path: frontend/dist
|
||||||
@@ -130,12 +130,12 @@ jobs:
|
|||||||
files: "dist/zip/*"
|
files: "dist/zip/*"
|
||||||
strip-path-prefix: dist/zip/
|
strip-path-prefix: dist/zip/
|
||||||
- name: Store Binaries
|
- name: Store Binaries
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
with:
|
with:
|
||||||
name: vikunja_bins
|
name: vikunja_bins
|
||||||
path: ./dist/binaries/*
|
path: ./dist/binaries/*
|
||||||
- name: Store Binary Packages
|
- name: Store Binary Packages
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin_packages
|
name: vikunja_bin_packages
|
||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Download Vikunja Binary
|
- name: Download Vikunja Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_bins
|
name: vikunja_bins
|
||||||
pattern: vikunja-*-linux-amd64
|
pattern: vikunja-*-linux-amd64
|
||||||
@@ -164,7 +164,7 @@ jobs:
|
|||||||
id: ghd
|
id: ghd
|
||||||
uses: proudust/gh-describe@v2
|
uses: proudust/gh-describe@v2
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
@@ -195,7 +195,7 @@ jobs:
|
|||||||
files: "dist/os-packages/*"
|
files: "dist/os-packages/*"
|
||||||
strip-path-prefix: dist/os-packages/
|
strip-path-prefix: dist/os-packages/
|
||||||
- name: Store OS Packages
|
- name: Store OS Packages
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
with:
|
with:
|
||||||
name: vikunja_os_package_${{ matrix.package }}
|
name: vikunja_os_package_${{ matrix.package }}
|
||||||
@@ -209,7 +209,7 @@ jobs:
|
|||||||
id: ghd
|
id: ghd
|
||||||
uses: proudust/gh-describe@v2
|
uses: proudust/gh-describe@v2
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: generate
|
- name: generate
|
||||||
@@ -257,7 +257,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools
|
sudo apt-get install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools
|
||||||
- name: get frontend
|
- name: get frontend
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: frontend/dist
|
path: frontend/dist
|
||||||
@@ -279,7 +279,7 @@ jobs:
|
|||||||
strip-path-prefix: desktop/dist/
|
strip-path-prefix: desktop/dist/
|
||||||
exclude: "desktop/dist/*.blockmap"
|
exclude: "desktop/dist/*.blockmap"
|
||||||
- name: Store Desktop Package
|
- name: Store Desktop Package
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
with:
|
with:
|
||||||
name: vikunja_desktop_packages_${{ matrix.os }}
|
name: vikunja_desktop_packages_${{ matrix.os }}
|
||||||
@@ -298,7 +298,7 @@ jobs:
|
|||||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@@ -343,42 +343,42 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin_packages
|
name: vikunja_bin_packages
|
||||||
|
|
||||||
- name: Download OS Package rpm
|
- name: Download OS Package rpm
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_os_package_rpm
|
name: vikunja_os_package_rpm
|
||||||
|
|
||||||
- name: Download OS Package deb
|
- name: Download OS Package deb
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_os_package_deb
|
name: vikunja_os_package_deb
|
||||||
|
|
||||||
- name: Download OS Package apk
|
- name: Download OS Package apk
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_os_package_apk
|
name: vikunja_os_package_apk
|
||||||
|
|
||||||
- name: Download OS Package archlinux
|
- name: Download OS Package archlinux
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_os_package_archlinux
|
name: vikunja_os_package_archlinux
|
||||||
|
|
||||||
- name: Download Desktop Package Linux
|
- name: Download Desktop Package Linux
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_desktop_packages_ubuntu-latest
|
name: vikunja_desktop_packages_ubuntu-latest
|
||||||
|
|
||||||
- name: Download Desktop Package MacOS
|
- name: Download Desktop Package MacOS
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_desktop_packages_macos-latest
|
name: vikunja_desktop_packages_macos-latest
|
||||||
|
|
||||||
- name: Download Desktop Package Windows
|
- name: Download Desktop Package Windows
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_desktop_packages_windows-latest
|
name: vikunja_desktop_packages_windows-latest
|
||||||
|
|
||||||
|
|||||||
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
version: latest
|
version: latest
|
||||||
args: -compile ./mage-static
|
args: -compile ./mage-static
|
||||||
- name: Store Mage Binary
|
- name: Store Mage Binary
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
path: ./mage-static
|
path: ./mage-static
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Git describe
|
- name: Git describe
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
chmod +x ./mage-static
|
chmod +x ./mage-static
|
||||||
./mage-static build
|
./mage-static build
|
||||||
- name: Store Vikunja Binary
|
- name: Store Vikunja Binary
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin
|
name: vikunja_bin
|
||||||
path: ./vikunja
|
path: ./vikunja
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Check
|
- name: Check
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
wget https://dl.vikunja.io/vikunja/unstable/vikunja-unstable-linux-amd64-full.zip -q -O vikunja-latest.zip
|
wget https://dl.vikunja.io/vikunja/unstable/vikunja-unstable-linux-amd64-full.zip -q -O vikunja-latest.zip
|
||||||
unzip vikunja-latest.zip vikunja-unstable-linux-amd64
|
unzip vikunja-latest.zip vikunja-unstable-linux-amd64
|
||||||
- name: Download Vikunja Binary
|
- name: Download Vikunja Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin
|
name: vikunja_bin
|
||||||
- name: run migration
|
- name: run migration
|
||||||
@@ -207,7 +207,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@@ -299,7 +299,7 @@ jobs:
|
|||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
- name: Store Frontend
|
- name: Store Frontend
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: ./frontend/dist
|
path: ./frontend/dist
|
||||||
@@ -329,14 +329,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Download Vikunja Binary
|
- name: Download Vikunja Binary
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin
|
name: vikunja_bin
|
||||||
- uses: ./.github/actions/setup-frontend
|
- uses: ./.github/actions/setup-frontend
|
||||||
with:
|
with:
|
||||||
install-e2e-binaries: true
|
install-e2e-binaries: true
|
||||||
- name: Download Frontend
|
- name: Download Frontend
|
||||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: ./frontend/dist
|
path: ./frontend/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user