Merge pull request #370 from froblesmartin/patch-1
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Licensed / Check licenses (push) Waiting to run

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
run: echo "hello from ${{ matrix.runs-on }}" > file-${{ matrix.runs-on }}.txt
- name: Upload Artifact
uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
- name: all-my-files
+ name: my-artifact-${{ matrix.runs-on }}