Skip to content

Commit

Permalink
Merge pull request #13 from uelei/update-git-actions-v4
Browse files Browse the repository at this point in the history
update git actions to v4
  • Loading branch information
uelei authored Sep 18, 2024
2 parents 54f4263 + 7913317 commit 590a927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:

- name: Upload Artifact Windows
if: matrix.platform == 'windows-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: brl-rate-get-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}.exe
path: dist/brl-rate-get-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}.exe
- name: Upload Artifact
if: matrix.platform != 'windows-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: brl-rate-get-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}
path: dist/brl-rate-get-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}
Expand Down

0 comments on commit 590a927

Please sign in to comment.