瀏覽代碼

Bump actions/download-artifact from 4 to 5

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 周之前
父節點
當前提交
b6638f4a29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test_suite.yml

+ 1 - 1
.github/workflows/test_suite.yml

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