There was an error while loading. Please reload this page.
1 parent 198493e commit 52ec4c1Copy full SHA for 52ec4c1
1 file changed
.github/workflows/main.yaml
@@ -106,7 +106,7 @@ jobs:
106
run: make text
107
108
- name: 'Upload artifacts'
109
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
110
with:
111
name: ebbr-${{ env.EBBR_VERSION }}
112
path: |
@@ -123,7 +123,7 @@ jobs:
123
publish_dir: ./build/singlehtml
124
125
- name: 'Publish Release'
126
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
127
if: endsWith(github.ref, env.EBBR_VERSION)
128
129
files: build/ebbr-*.pdf
0 commit comments