Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/ArtifactsUpload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-file'
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-file-in-directory'
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-directory'
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-triple-file-in-directory'
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-deep-directory'
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-directory'
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-directory'
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-unpredictable-wildcard'
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: ./.github/actions/create-files
- name: 📤 Upload artifact '${{ matrix.os.name }}-github-nofile' with warning
Expand Down Expand Up @@ -456,7 +456,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -690,7 +690,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -806,7 +806,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -858,7 +858,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -914,7 +914,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -980,7 +980,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -1039,7 +1039,7 @@ jobs:

steps:
- name: ⏬ Checkout repository to use local actions
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 📥 Download artifact uploaded via '${{ matrix.task.action }}'
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -1120,7 +1120,7 @@ jobs:

steps:
- name: ⏬ Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# The command 'git describe' (used for version) needs the history.
fetch-depth: 0
Expand Down
Loading