diff options
Diffstat (limited to '.github/workflows')
| -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 ae0d2dd2b..e6bc017aa 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@v5 + uses: actions/download-artifact@v6 with: name: installed-inspircd-for-irctest path: "~" |
