Compare commits

...

2 Commits

Author SHA1 Message Date
1b5cfacf4f
Merge pull request #1 from onyx-and-iris/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2024-09-04 09:23:37 +01:00
dependabot[bot]
30c2608e6c
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 08:19:42 +00:00

View File

@ -52,7 +52,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: download releases files - name: download releases files
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R