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:
committed by
Richard Megginson
parent
4f95a37968
commit
1d3b95f354
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user