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-04 04:56:14 -05:00
committed by Richard Megginson
parent 4f95a37968
commit 1d3b95f354
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
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