Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 25320a3 commit 7abbfd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Setup Python (BuildJet Runner)
if: contains(matrix.runner, 'buildjet')
uses: gabrielfalcao/pyenv-action@v17
uses: gabrielfalcao/pyenv-action@v18
with:
default: '3.11.4'

Expand Down Expand Up @@ -170,13 +170,13 @@ jobs:
rm -r localstack
- name: Upload binary artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}-onefile
path: 'dist-bin/*'

- name: Upload folder artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}
path: 'dist-dir/*'
Expand All @@ -190,7 +190,7 @@ jobs:
contents: write
steps:
- name: Download Builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: builds

Expand Down

0 comments on commit 7abbfd8

Please sign in to comment.