Skip to content

Commit 10ee05f

Browse files
committed
ci: update to upload-artifact@v4
1 parent 84aca0b commit 10ee05f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-deb-ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v2
99
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
1010
- run: make && make deb && mv ../*.deb ./
11-
- uses: actions/upload-artifact@v3
11+
- uses: actions/upload-artifact@v4
1212
with:
1313
name: ubuntu-2404
1414
path: '*.deb'
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
2020
- run: make && make deb && mv ../*.deb ./
21-
- uses: actions/upload-artifact@v3
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
name: ubuntu-2204
2424
path: '*.deb'

.github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- run: make && sudo make package
10-
- uses: actions/upload-artifact@v3
10+
- uses: actions/upload-artifact@v4
1111
with:
1212
name: macos12
1313
path: 'macosx/pivy-*.pkg'

0 commit comments

Comments
 (0)