Skip to content

Commit a4fec4e

Browse files
committed
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>
1 parent 7cac1f1 commit a4fec4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: cp ${{ env.RELEASE_VERSION }}/README.html docs/index.html
9292

9393
- name: Upload README.html as an artifact
94-
uses: actions/upload-artifact@master
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: README.html
9797
path: ${{ env.RELEASE_VERSION }}/README.html

.github/workflows/test_converting_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--output README.html README.md
4141
4242
- name: Upload README.html as an artifact
43-
uses: actions/upload-artifact@master
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: README.html
4646
path: README.html

0 commit comments

Comments
 (0)