Skip to content

Commit fbf6b6a

Browse files
authored
Bump actions/upload-artifact from v3 to v4.4.0 (#1973)
and actions/download-artifact from v3 to v4.1.8
1 parent 3f0c8e2 commit fbf6b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-spec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
PowerShell -ExecutionPolicy Bypass -Command ./generate_figures.ps1
3838
3939
- name: Create ZIP archive
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4.4.0
4141
with:
4242
name: schema-figures
4343
path: docs/images/schema/*.png
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
submodules: recursive
5555

56-
- uses: actions/download-artifact@v3
56+
- uses: actions/download-artifact@v4.1.8
5757
with:
5858
name: schema-figures
5959
path: docs/images/schema
@@ -88,7 +88,7 @@ jobs:
8888
cp docs/images/schema/*.png build/images/schema
8989
9090
- name: Create ZIP archive
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4.4.0
9292
with:
9393
name: FMI-Specification
9494
path: build/*

0 commit comments

Comments
 (0)