Skip to content

Commit

Permalink
Update download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Sep 4, 2024
1 parent 9d62fea commit af93832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install -y --no-install-recommends \
python${{ matrix.PYTHON_VERSION }}-minimal \
python${{ matrix.PYTHON_VERSION }}-venv
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build example projects
run: bash -xe ci/build-example-projects.sh

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- appimage
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Inspect directory after downloading artifacts
run: ls -alFR
- name: Create release and upload artifacts
Expand Down

0 comments on commit af93832

Please sign in to comment.