Skip to content

Commit

Permalink
CI: Update GH-actions dependencies
Browse files Browse the repository at this point in the history
including necessary fixups
  • Loading branch information
mgmax committed Oct 16, 2024
1 parent e8ddbb7 commit 7d975bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
bash ../distribute/distribute-docker.sh ${{ matrix.target }}
- name: Archive built files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: output binaries
name: output binaries ${{ matrix.target }}
path: |
output/*
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.8
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand All @@ -62,4 +62,4 @@ jobs:
run: |
wget https://github.com/TheAssassin/pyuploadtool/releases/download/20231223-1/pyuploadtool-x86_64.AppImage
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage "output binaries"/*.*
./pyuploadtool-x86_64.AppImage "output binaries"*/*.*

0 comments on commit 7d975bb

Please sign in to comment.