Skip to content

Commit 7abbfd8

Browse files
Bump the github-actions group with 3 updates (#19)
1 parent 25320a3 commit 7abbfd8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

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

@@ -170,13 +170,13 @@ jobs:
170170
rm -r localstack
171171
172172
- name: Upload binary artifacts
173-
uses: actions/upload-artifact@v3
173+
uses: actions/upload-artifact@v4
174174
with:
175175
name: ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}-onefile
176176
path: 'dist-bin/*'
177177

178178
- name: Upload folder artifacts
179-
uses: actions/upload-artifact@v3
179+
uses: actions/upload-artifact@v4
180180
with:
181181
name: ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}
182182
path: 'dist-dir/*'
@@ -190,7 +190,7 @@ jobs:
190190
contents: write
191191
steps:
192192
- name: Download Builds
193-
uses: actions/download-artifact@v3
193+
uses: actions/download-artifact@v4
194194
with:
195195
path: builds
196196

0 commit comments

Comments
 (0)