Skip to content

Commit 0ad7e51

Browse files
authored
chore: bump actions
1 parent 44e9da1 commit 0ad7e51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
type=sha
2727
2828
- name: Setup QEMU
29-
uses: docker/setup-qemu-action@v3
29+
uses: docker/setup-qemu-action@v4
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3
32+
uses: docker/setup-buildx-action@v4
3333

3434
- name: Login to DockerHub
3535
if: github.event_name != 'pull_request'
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd .. && tar -czvf croc_${{ github.event.release.name }}_src.tar.gz croc-${{ github.event.release.name }}
2828
2929
- name: Upload source artifact
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: source-tarball
3333
path: "*.tar.gz"
@@ -187,7 +187,7 @@ jobs:
187187
fi
188188
189189
- name: Upload build artifact
190-
uses: actions/upload-artifact@v6
190+
uses: actions/upload-artifact@v7
191191
with:
192192
name: build-${{ matrix.name }}
193193
path: |
@@ -200,7 +200,7 @@ jobs:
200200
if: github.event_name == 'release'
201201
steps:
202202
- name: Download all artifacts
203-
uses: actions/download-artifact@v7
203+
uses: actions/download-artifact@v8
204204
with:
205205
merge-multiple: true
206206

@@ -219,4 +219,4 @@ jobs:
219219
files: |
220220
*.zip
221221
*.tar.gz
222-
*_checksums.txt
222+
*_checksums.txt

0 commit comments

Comments
 (0)