Skip to content

Commit

Permalink
⬆️ Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 0f68e15 commit 67a150a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simple-program-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cp screencap.png screenshot-py${{ matrix.python-version }}.png
- name: Archive a screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-py${{ matrix.python-version }}
path: screenshot-*.png
2 changes: 1 addition & 1 deletion .github/workflows/simple-program-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cp screencap.png screenshot-py${{ matrix.python-version }}.png
- name: Archive a screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-py${{ matrix.python-version }}
path: screenshot-*.png
2 changes: 1 addition & 1 deletion .github/workflows/simple-program-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp screencap.png screenshot-py${{ matrix.python-version }}.png
- name: Archive a screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-py${{ matrix.python-version }}
path: screenshot-*.png
2 changes: 1 addition & 1 deletion .github/workflows/system-monitor-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
- name: Archive a screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
path: screenshot-*.png
2 changes: 1 addition & 1 deletion .github/workflows/system-monitor-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
- name: Archive a screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
path: screenshot-*.png
2 changes: 1 addition & 1 deletion .github/workflows/system-monitor-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cp screencap.png screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}.png
- name: Archive a screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: screenshot-py${{ matrix.python-version }}-${{ matrix.theme }}
path: screenshot-*.png
2 changes: 1 addition & 1 deletion .github/workflows/themes-screenshot-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
done

- name: Archive screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: themes-screenshots
path: |
Expand Down

0 comments on commit 67a150a

Please sign in to comment.