Make versions explicit
This commit is contained in:
parent
77719f1bde
commit
36c2df79e4
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload test artifacts
|
- name: Upload test artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
|
name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload test artifacts
|
- name: Upload test artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-artifacts-${{ matrix.config.xcode }}-${{ github.run_id }}
|
name: test-artifacts-${{ matrix.config.xcode }}-${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload test artifacts
|
- name: Upload test artifacts
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v4.6.1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-artifacts-windows-${{ github.run_id }}
|
name: test-artifacts-windows-${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@4
|
||||||
- name: markdown-link-check
|
- name: markdown-link-check
|
||||||
uses: gaurav-nelson/github-action-markdown-link-check@master
|
uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue