Merge pull request #5984 from wekan/dependabot/github_actions/actions/download-artifact-6
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions

Bump actions/download-artifact from 5 to 6
This commit is contained in:
Lauri Ojansivu 2025-10-28 06:00:19 +02:00 committed by GitHub
commit b039ba12a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Download coverage - name: Download coverage
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: coverage-folder name: coverage-folder
path: .coverage/ path: .coverage/