Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 552bf37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2024
1 parent 0b2bae2 commit fbdb010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
run: ./gradlew neoforge:modrinth

- name: Archive Artifacts (fabric)
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68
if: success()
with:
name: Hurricane Fabric
path: fabric/build/libs/hurricane-fabric-*.jar
if-no-files-found: error
- name: Archive Artifacts (neoforge)
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68
if: success()
with:
name: Hurricane NeoForge
Expand Down

0 comments on commit fbdb010

Please sign in to comment.