diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-02-23 11:59:46 +0000 |
|---|---|---|
| committer | Mario Minardi <mminardi@shaw.ca> | 2026-02-23 08:44:02 -0700 |
| commit | 3d2bb5baa82ed0bdbcc29e4283030653f47a88e0 (patch) | |
| tree | cf4a2142299df5260a2c41ae2456d0d3cbfcec59 /.github | |
| parent | 98c77ac2f5b16f7f3a3c8b5396154ab2980909d2 (diff) | |
| download | tailscale-3d2bb5baa82ed0bdbcc29e4283030653f47a88e0.tar.xz tailscale-3d2bb5baa82ed0bdbcc29e4283030653f47a88e0.zip | |
.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] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cigocacher.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cigocacher.yml b/.github/workflows/cigocacher.yml index c4dd0c3c5..cc2fb87fa 100644 --- a/.github/workflows/cigocacher.yml +++ b/.github/workflows/cigocacher.yml @@ -36,7 +36,7 @@ jobs: contents: write steps: - name: Download all artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: 'cigocacher-*' merge-multiple: true |
