mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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:
parent
8408582667
commit
7089b8412a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/test_converting_readme.yml
vendored
2
.github/workflows/test_converting_readme.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue