Skip to content

Commit

Permalink
github action: update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lesismal authored Sep 17, 2024
1 parent afef10f commit 788b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Autobahn Report Artifact
if: >-
startsWith(matrix.os, 'ubuntu')
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4

with:
name: autobahn report ${{ matrix.go }} ${{ matrix.os }}
Expand Down

0 comments on commit 788b091

Please sign in to comment.