chore(deps): update actions/upload-artifact action to v6 (#1977)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v6`](https://redirect.github.com/actions/upload-artifact/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d1282f38ba
commit
62f291c9a8
|
|
@ -67,11 +67,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: get frontend
|
- name: get frontend
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: frontend/dist
|
path: frontend/dist
|
||||||
|
|
@ -120,12 +120,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin_packages
|
name: vikunja_bin_packages
|
||||||
|
|
@ -146,7 +146,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Vikunja Binary
|
- name: Download Vikunja Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: vikunja_bins
|
name: vikunja_bins
|
||||||
pattern: vikunja-*-linux-amd64
|
pattern: vikunja-*-linux-amd64
|
||||||
|
|
@ -154,7 +154,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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
|
@ -185,7 +185,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
with:
|
with:
|
||||||
name: vikunja_os_package_${{ matrix.package }}
|
name: vikunja_os_package_${{ matrix.package }}
|
||||||
|
|
@ -199,7 +199,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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: generate
|
- name: generate
|
||||||
|
|
@ -247,7 +247,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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: frontend/dist
|
path: frontend/dist
|
||||||
|
|
@ -269,7 +269,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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
with:
|
with:
|
||||||
name: vikunja_desktop_packages_${{ matrix.os }}
|
name: vikunja_desktop_packages_${{ matrix.os }}
|
||||||
|
|
@ -288,7 +288,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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
|
@ -333,42 +333,42 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin_packages
|
name: vikunja_bin_packages
|
||||||
|
|
||||||
- name: Download OS Package rpm
|
- name: Download OS Package rpm
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: vikunja_desktop_packages_windows-latest
|
name: vikunja_desktop_packages_windows-latest
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
path: ./mage-static
|
path: ./mage-static
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin
|
name: vikunja_bin
|
||||||
path: ./vikunja
|
path: ./vikunja
|
||||||
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin
|
name: vikunja_bin
|
||||||
- name: run migration
|
- name: run migration
|
||||||
|
|
@ -207,7 +207,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
|
@ -262,7 +262,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Mage Binary
|
- name: Download Mage Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: mage_bin
|
name: mage_bin
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
|
@ -341,7 +341,7 @@ jobs:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
- name: Store Frontend
|
- name: Store Frontend
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: ./frontend/dist
|
path: ./frontend/dist
|
||||||
|
|
@ -367,14 +367,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Vikunja Binary
|
- name: Download Vikunja Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: vikunja_bin
|
name: vikunja_bin
|
||||||
- uses: ./.github/actions/setup-frontend
|
- uses: ./.github/actions/setup-frontend
|
||||||
with:
|
with:
|
||||||
install-e2e-binaries: false # Playwright browsers already in container
|
install-e2e-binaries: false # Playwright browsers already in container
|
||||||
- name: Download Frontend
|
- name: Download Frontend
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: ./frontend/dist
|
path: ./frontend/dist
|
||||||
|
|
@ -409,14 +409,14 @@ jobs:
|
||||||
VIKUNJA_AUTH_OPENID_PROVIDERS_DEX_CLIENTID: vikunja
|
VIKUNJA_AUTH_OPENID_PROVIDERS_DEX_CLIENTID: vikunja
|
||||||
VIKUNJA_AUTH_OPENID_PROVIDERS_DEX_CLIENTSECRET: secret
|
VIKUNJA_AUTH_OPENID_PROVIDERS_DEX_CLIENTSECRET: secret
|
||||||
- name: Upload Playwright Report
|
- name: Upload Playwright Report
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: playwright-report-${{ matrix.shard }}
|
name: playwright-report-${{ matrix.shard }}
|
||||||
path: frontend/playwright-report/
|
path: frontend/playwright-report/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
- name: Upload Test Results
|
- name: Upload Test Results
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: playwright-test-results-${{ matrix.shard }}
|
name: playwright-test-results-${{ matrix.shard }}
|
||||||
|
|
@ -439,14 +439,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- name: Download Vikunja Binary
|
- name: Download Vikunja Binary
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
|
||||||
with:
|
with:
|
||||||
name: frontend_dist
|
name: frontend_dist
|
||||||
path: ./frontend/dist
|
path: ./frontend/dist
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue