We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eee6c2 commit ca3bdfbCopy full SHA for ca3bdfb
.github/workflows/build_test.yml
@@ -95,7 +95,7 @@ jobs:
95
steps:
96
- uses: actions/checkout@v4
97
98
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
99
with:
100
name: dist
101
path: dist/
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
#
34
35
- name: Download the binary
36
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
37
if: ${{ !inputs.test_docker_image }}
38
39
@@ -55,7 +55,7 @@ jobs:
55
brew install docker colima
56
colima start
57
58
59
if: ${{ inputs.test_docker_image }}
60
61
name: docker_metadata_${{ inputs.os }}
0 commit comments