Skip to content

Commit

Permalink
bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Oct 17, 2024
1 parent 9df5f13 commit 0ba02cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
fi
- name: Upload Autocompletion Scripts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: autocompletions
path: autocompletions

- name: Upload Binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: await-${{ matrix.os }}
path: releases/*
Expand Down

0 comments on commit 0ba02cb

Please sign in to comment.