Skip to content

Commit a97e34c

Browse files
authored
Merge pull request #414 from mathoudebine/dependabot/github_actions/actions/upload-artifact-4
2 parents 3c544e8 + 67a150a commit a97e34c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/simple-program-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp screencap.png screenshot-py${{ matrix.python-version }}.png
6060
6161
- name: Archive a screenshot
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: screenshot-py${{ matrix.python-version }}
6565
path: screenshot-*.png

.github/workflows/simple-program-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cp screencap.png screenshot-py${{ matrix.python-version }}.png
6060
6161
- name: Archive a screenshot
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: screenshot-py${{ matrix.python-version }}
6565
path: screenshot-*.png

.github/workflows/simple-program-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp screencap.png screenshot-py${{ matrix.python-version }}.png
6666
6767
- name: Archive a screenshot
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: screenshot-py${{ matrix.python-version }}
7171
path: screenshot-*.png

.github/workflows/system-monitor-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
6666
6767
- name: Archive a screenshot
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
7171
path: screenshot-*.png

.github/workflows/system-monitor-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
6666
6767
- name: Archive a screenshot
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
7171
path: screenshot-*.png

.github/workflows/system-monitor-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
7272
7373
- name: Archive a screenshot
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
7777
path: screenshot-*.png

.github/workflows/themes-screenshot-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
done
6666

6767
- name: Archive screenshots
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: themes-screenshots
7171
path: |

0 commit comments

Comments
 (0)