Skip to content

Commit

Permalink
GHA: Update actions to non-deprecated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Sep 5, 2024
1 parent cd5afc7 commit 0262c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build on Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
run: make dist

- name: Upload source tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: source-tarball
path: diff-pdf-*.tar.gz
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build Windows archive
run: make windows-dist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: windows-binaries
path: diff-pdf*.zip
Expand Down

0 comments on commit 0262c85

Please sign in to comment.