Skip to content

Commit 52ec4c1

Browse files
committed
CI: bump actions
- Bump upload-artifact to v7 - Bump action-gh-release to v3 Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
1 parent 198493e commit 52ec4c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: make text
107107

108108
- name: 'Upload artifacts'
109-
uses: actions/upload-artifact@v6
109+
uses: actions/upload-artifact@v7
110110
with:
111111
name: ebbr-${{ env.EBBR_VERSION }}
112112
path: |
@@ -123,7 +123,7 @@ jobs:
123123
publish_dir: ./build/singlehtml
124124

125125
- name: 'Publish Release'
126-
uses: softprops/action-gh-release@v2
126+
uses: softprops/action-gh-release@v3
127127
if: endsWith(github.ref, env.EBBR_VERSION)
128128
with:
129129
files: build/ebbr-*.pdf

0 commit comments

Comments
 (0)