Skip to content

Commit 01d8cfa

Browse files
chore(deps): update actions/upload-artifact action to v4.6.0 (#1199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b032494 commit 01d8cfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858

5959
# Upload artifacts (manuals and JARs)
6060
- name: Upload English Manual PDF
61-
uses: actions/upload-artifact@v4.4.3
61+
uses: actions/upload-artifact@v4.6.0
6262
with:
6363
name: English manual (PDF)
6464
path: ./build/docs/en/pdf/EduMIPS64.pdf
6565
- name: Upload Italian Manual PDF
66-
uses: actions/upload-artifact@v4.4.3
66+
uses: actions/upload-artifact@v4.6.0
6767
with:
6868
name: Italian manual (PDF)
6969
path: ./build/docs/it/pdf/EduMIPS64.pdf
@@ -77,7 +77,7 @@ jobs:
7777
# path: ./build/docs/zh/pdf/EduMIPS64.pdf
7878

7979
- name: Upload JAR
80-
uses: actions/upload-artifact@v4.4.3
80+
uses: actions/upload-artifact@v4.6.0
8181
with:
8282
name: JAR
8383
path: ./build/libs/edumips64-${{ steps.read_version.outputs.version }}.jar
@@ -106,7 +106,7 @@ jobs:
106106
- name: Build MSI
107107
run: ./gradlew MSI
108108
- name: Upload MSI
109-
uses: actions/upload-artifact@v4.4.3
109+
uses: actions/upload-artifact@v4.6.0
110110
with:
111111
name: MSI
112112
path: EduMIPS64-*.msi

0 commit comments

Comments
 (0)