We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ce8fd commit d06289eCopy full SHA for d06289e
1 file changed
docs/MIGRATION.md
@@ -189,7 +189,8 @@ jobs:
189
- name: Create a File
190
run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt
191
- name: Upload Artifact
192
- uses: actions/upload-artifact@v3
+- uses: actions/upload-artifact@v3
193
++ uses: actions/upload-artifact@v4
194
with:
195
- name: all-my-files
196
+ name: my-artifact-${{ matrix.runs-on }}
0 commit comments