ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5

use versioned upload-artifact instead of master

bump codeql-action from v3 to v4

bump upload-artifact from v4 to v5

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2025-11-03 11:22:57 +01:00 committed by Richard Megginson
parent 8408582667
commit 7089b8412a
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ jobs:
run: cp ${{ env.RELEASE_VERSION }}/README.html docs/index.html
- name: Upload README.html as an artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v5
with:
name: README.html
path: ${{ env.RELEASE_VERSION }}/README.html

View file

@ -40,7 +40,7 @@ jobs:
--output README.html README.md
- name: Upload README.html as an artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v5
with:
name: README.html
path: README.html