Skip to content

Commit

Permalink
Merge pull request #7 from ClusterM/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
ClusterM authored Sep 4, 2024
2 parents 518162e + 071b819 commit 68783ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Move files to the root
run: find -mindepth 2 -exec mv {} . \;
- name: Remove empty directories
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mkdir -p ${{ env.OUTPUT_DIR }} &&
cp -fR *.asm Makefile LICENSE README.md configs spec demos games images footer.* ${{ env.OUTPUT_DIR }}
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: release_url
- name: Get Release File Name & Upload URL
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
run: |
${{ env.CMD }} ${{ env.OUTPUT_FILE }} ${{ env.OUTPUT_DIR }}
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: release_url
- name: Get Release File Name & Upload URL
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
run: |
${{ env.CMD }} ${{ env.OUTPUT_FILE }} ${{ env.OUTPUT_DIR }}
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: release_url
- name: Get Release File Name & Upload URL
Expand Down

0 comments on commit 68783ed

Please sign in to comment.