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 512d651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit 512d651

Please sign in to comment.