Skip to content

Commit f1dcae1

Browse files
authored
Update download-artifact action to version 4 (#150)
* Update download-artifact action to version 4 * Upgrade download-artifact action to version 4
1 parent 464d9d2 commit f1dcae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Deploy-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
wget https://github.com/JuliaSmoothOptimizers/JSOTutorials.jl/archive/refs/heads/gh-pages.zip
6363
unzip gh-pages.zip
6464
- name: Download artifact
65-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6666
with:
6767
path: .
6868
- name: list

.github/workflows/Deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
BRANCH: 'jsotutorials-${{ github.event_name }}-${{ github.sha }}'
7171
steps:
7272
- name: Download artifact
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
path: .
7676
- name: list

0 commit comments

Comments
 (0)