Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Feb 16, 2024
1 parent f8b84ca commit b1ac5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
fi
- name: Upload
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@master
with:
tag_name: latest
files: |
Expand Down

0 comments on commit b1ac5fe

Please sign in to comment.