Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 3f969cb commit 473c5de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:

# Upload artifacts (manuals and JARs)
- name: Upload English Manual PDF
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: English manual (PDF)
path: ./build/docs/en/pdf/EduMIPS64.pdf
- name: Upload Italian Manual PDF
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Italian manual (PDF)
path: ./build/docs/it/pdf/EduMIPS64.pdf
Expand All @@ -77,7 +77,7 @@ jobs:
# path: ./build/docs/zh/pdf/EduMIPS64.pdf

- name: Upload JAR
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: JAR
path: ./build/libs/edumips64-${{ steps.read_version.outputs.version }}.jar
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Build MSI
run: ./gradlew MSI
- name: Upload MSI
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: MSI
path: EduMIPS64-*.msi
Expand Down

0 comments on commit 473c5de

Please sign in to comment.