Skip to content

Commit a8f64b5

Browse files
authored
ci: artefaction action to v3, not build action
1 parent ef28801 commit a8f64b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Build and push by digest
9191
id: build
92-
uses: docker/build-push-action@v4
92+
uses: docker/build-push-action@v5
9393
with:
9494
context: .
9595
platforms: ${{ matrix.platform }}
@@ -105,7 +105,7 @@ jobs:
105105
touch "/tmp/digests/${digest#sha256:}"
106106
107107
- name: Upload digest
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v3
109109
with:
110110
name: ${{ steps.getartifactname.outputs.artifact }}
111111
path: /tmp/digests/*

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.42
1+
5.0.43

0 commit comments

Comments
 (0)