Skip to content

Commit

Permalink
build.yml: update checkout and download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxython authored Jan 25, 2024
1 parent 9632efe commit e05fa53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1000

Expand Down Expand Up @@ -235,9 +235,9 @@ jobs:
fail-fast: false
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get *.pkg.* files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./
- name: Install aws-cli
Expand Down

0 comments on commit e05fa53

Please sign in to comment.