Skip to content

Commit

Permalink
ci: artefaction action to v3, not build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored May 22, 2024
1 parent ef28801 commit a8f64b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build and push by digest
id: build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.platform }}
Expand All @@ -105,7 +105,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ steps.getartifactname.outputs.artifact }}
path: /tmp/digests/*
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.42
5.0.43

0 comments on commit a8f64b5

Please sign in to comment.