Browse Source

.github: bump actions/download-artifact from 6.0.0 to 7.0.0

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...37930b1c2abaa49bbe596cd826c3c89aef350131)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 2 tuần trước cách đây
mục cha
commit
3d2bb5baa8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/cigocacher.yml

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

@@ -36,7 +36,7 @@ jobs:
       contents: write
       contents: write
     steps:
     steps:
       - name: Download all artifacts
       - name: Download all artifacts
-        uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+        uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
         with:
         with:
           pattern: 'cigocacher-*'
           pattern: 'cigocacher-*'
           merge-multiple: true
           merge-multiple: true