Skip to content

Commit e4f9886

Browse files
Update GitHub actions
1 parent e93604b commit e4f9886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: cmake --install . --config Release --prefix ../local_install
7474

7575
- name: Store intermediate files
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v3
7777
with:
7878
name: exiv2-windows
7979
path: ./exiv2-Source/local_install
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@v3
9191

9292
- name: Fetch intermediate files
93-
uses: actions/download-artifact@v2
93+
uses: actions/download-artifact@v3
9494
with:
9595
name: exiv2-windows
9696
path: lib_exiv2
@@ -110,7 +110,7 @@ jobs:
110110
EXIV2_ROOT: lib_exiv2
111111

112112
- name: Store results
113-
uses: actions/upload-artifact@v2
113+
uses: actions/upload-artifact@v3
114114
with:
115115
name: windows-wheel
116116
path: ./*.whl
@@ -123,7 +123,7 @@ jobs:
123123
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
124124
steps:
125125
- name: Fetch wheel files
126-
uses: actions/download-artifact@v2
126+
uses: actions/download-artifact@v3
127127
with:
128128
name: windows-wheel
129129

0 commit comments

Comments
 (0)