Skip to content

Commit

Permalink
Merge pull request #131 from buty4649/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
buty4649 authored Dec 21, 2023
2 parents dfb1a1b + 7d4b645 commit fd0c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: rake build:${{ matrix.os }}-${{ matrix.arch }}

- name: Upload test binary (${{ matrix.os }}-${{ matrix.arch }}})
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rf-${{ github.sha }}-${{ matrix.os }}-${{ matrix.arch }}
path: build/${{ matrix.os }}-${{ matrix.arch }}/bin/rf${{ matrix.suffix }}
Expand Down

0 comments on commit fd0c485

Please sign in to comment.