Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/insp3' into insp3
Browse files Browse the repository at this point in the history
  • Loading branch information
siniStar7 committed Jan 1, 2024
2 parents 3f8866e + 848266a commit 2bf6681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-irctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tar -czf artifacts-inspircd.tar.gz .local/
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installed-inspircd-for-irctest
path: ~/artifacts-inspircd.tar.gz
Expand All @@ -59,7 +59,7 @@ jobs:
- build
steps:
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: installed-inspircd-for-irctest
path: "~"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Most InspIRCd users running a UNIX-like system build from source. A guide about

Building from source on Windows is generally not recommended but [a guide is available](https://docs.inspircd.org/3/installation/windows-source/) if you wish to do this.

If you are running on CentOS 7, Debian 11/12, Rocky Linux 8/9, Ubuntu 18.04/20.04/22.04, or Windows 8+ binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest).
If you are running on CentOS 7, Debian 11/12/13, Rocky Linux 8/9, Ubuntu 20.04/22.04, or Windows 8+ binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest).

*Recommended Installation*

Expand Down

0 comments on commit 2bf6681

Please sign in to comment.