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 e38999c commit 3a9e7f2Copy full SHA for 3a9e7f2
.github/workflows/main.yml
@@ -131,7 +131,7 @@ jobs:
131
echo "key=${MATRIX_OUTPUT_KEY}" >> $GITHUB_OUTPUT
132
- name: Write image name
133
if: github.event_name != 'pull_request'
134
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
135
with:
136
name: ${{ steps.artifacts.outputs.artifact }}
137
path: ${{ steps.artifacts.outputs.key }}
0 commit comments