Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.3 (#1012)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent e86ef43 commit 1c454f5
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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: English manual (PDF)
path: ./build/docs/en/pdf/EduMIPS64.pdf
- name: Upload Italian Manual PDF
uses: actions/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.3.3
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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.3.3
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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: MSI
path: EduMIPS64-*.msi
Expand Down

0 comments on commit 1c454f5

Please sign in to comment.