diff options
| author | 2025-11-01 13:01:09 +0000 | |
|---|---|---|
| committer | 2025-11-01 13:04:12 +0000 | |
| commit | 8f3e0ca811275e9c1f4c7ea522cbe01ed5225d9c (patch) | |
| tree | 4a27c4d0566a273a3f10293c390c175c3b9c3b39 /.github | |
| parent | Expose the ssl_cert flags in SSLINFO. (diff) | |
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
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/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 51793a55c..ae0d2dd2b 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -39,7 +39,7 @@ jobs: tar -czf artifacts-inspircd.tar.gz inspircd - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: installed-inspircd-for-irctest path: ~/artifacts-inspircd.tar.gz |
