Skip to content

Commit

Permalink
Update the version of a GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 13, 2024
1 parent 74346e3 commit 8d42709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4
- name: Download ARCHDefs
id: download-archdefs
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@main
with:
repository: "ralna/ARCHDefs"
latest: true
Expand All @@ -59,7 +59,7 @@ jobs:
mv ralna-ARCHDefs-* ARCHDefs
- name: Download SIFDecode
id: download-sifdecode
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@main
with:
repository: "ralna/SIFDecode"
latest: true
Expand Down

0 comments on commit 8d42709

Please sign in to comment.