Skip to content

Commit 7d975bb

Browse files
committed
CI: Update GH-actions dependencies
including necessary fixups
1 parent e8ddbb7 commit 7d975bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
bash ../distribute/distribute-docker.sh ${{ matrix.target }}
4141
4242
- name: Archive built files
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4.4.3
4444
with:
45-
name: output binaries
45+
name: output binaries ${{ matrix.target }}
4646
path: |
4747
output/*
4848
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-20.04
5454
steps:
5555
- name: Download artifacts
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v4.1.8
5757
- name: Inspect directory after downloading artifacts
5858
run: ls -alFR
5959
- name: Create release and upload artifacts
@@ -62,4 +62,4 @@ jobs:
6262
run: |
6363
wget https://github.com/TheAssassin/pyuploadtool/releases/download/20231223-1/pyuploadtool-x86_64.AppImage
6464
chmod +x pyuploadtool-x86_64.AppImage
65-
./pyuploadtool-x86_64.AppImage "output binaries"/*.*
65+
./pyuploadtool-x86_64.AppImage "output binaries"*/*.*

0 commit comments

Comments
 (0)