Skip to content

Commit

Permalink
chore(ci): bump artifact actions to v4 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny authored Feb 4, 2025
1 parent c4bb322 commit cdd1a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
go build -o ${{ matrix.version.name }} ./cmd/chisel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.version.name }}
path: ${{ matrix.version.name }}
Expand All @@ -41,12 +41,12 @@ jobs:
pull-requests: write
steps:
- name: Download base
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: base

- name: Download head
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: head

Expand Down

0 comments on commit cdd1a3c

Please sign in to comment.