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 5d33acb commit a105c22Copy full SHA for a105c22
.github/workflows/docker-image.yml
@@ -77,7 +77,7 @@ jobs:
77
needs: build
78
steps:
79
- name: Download artifact
80
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
81
with:
82
name: ${{ env.ARTIFACT_NAME }}_lint
83
path: /tmp/
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
name: ${{ env.ARTIFACT_NAME }}_test
103
@@ -171,7 +171,7 @@ jobs:
171
security-events: write
172
173
174
175
176
name: ${{ env.ARTIFACT_NAME }}_prod
177
0 commit comments