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.
2 parents 5579030 + daef5f9 commit 2efe11fCopy full SHA for 2efe11f
.github/workflows/docker-image.yml
@@ -76,7 +76,7 @@ jobs:
76
needs: build
77
steps:
78
- name: Download artifact
79
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
80
with:
81
name: ${{ env.ARTIFACT_NAME }}_lint
82
path: /tmp/
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
name: ${{ env.ARTIFACT_NAME }}_test
102
@@ -161,7 +161,7 @@ jobs:
161
162
163
164
165
166
name: ${{ env.ARTIFACT_NAME }}_prod
167
0 commit comments