Skip to content

Commit 788b091

Browse files
authored
github action: update to upload-artifact@v4
1 parent afef10f commit 788b091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobahn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Autobahn Report Artifact
3333
if: >-
3434
startsWith(matrix.os, 'ubuntu')
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636

3737
with:
3838
name: autobahn report ${{ matrix.go }} ${{ matrix.os }}

0 commit comments

Comments
 (0)