Skip to content

Commit

Permalink
CI: Update GH-actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmax committed Oct 16, 2024
1 parent e8ddbb7 commit a541c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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
path: |
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 a541c7f

Please sign in to comment.