Merge pull request #370 from froblesmartin/patch-1
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 13s
Licensed / Check licenses (push) Successful in 29s

docs: small migration fix
This commit is contained in:
Josh Gross 2024-12-23 13:12:54 -05:00 committed by GitHub
commit 533298bc57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,8 @@ jobs:
- name: Create a File - name: Create a File
run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with: with:
- name: all-my-files - name: all-my-files
+ name: my-artifact-${{ matrix.runs-on }} + name: my-artifact-${{ matrix.runs-on }}