diff options
| author | 2026-01-01 13:01:29 +0000 | |
|---|---|---|
| committer | 2026-01-01 16:14:24 +0000 | |
| commit | 3de65f95a64a5c26a4a1a793d1c3323af9d3515c (patch) | |
| tree | 70d98965100bd2fa878505a067b2f54f79e37762 | |
| parent | Allow specifying a module name in SetPriority. (diff) | |
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index f41321440..ff33910ec 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -54,7 +54,7 @@ jobs: - build steps: - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: installed-inspircd-for-irctest path: "~" |
