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 04aee7a + 35f1611 commit 1cc6b52Copy full SHA for 1cc6b52
.github/workflows/docker-image.yml
@@ -75,7 +75,7 @@ jobs:
75
needs: build
76
steps:
77
- name: Download artifact
78
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
79
with:
80
name: ${{ env.ARTIFACT_NAME }}_lint
81
path: /tmp/
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
name: ${{ env.ARTIFACT_NAME }}_test
101
@@ -169,7 +169,7 @@ jobs:
169
security-events: write
170
171
172
173
174
name: ${{ env.ARTIFACT_NAME }}_prod
175
0 commit comments