Skip to content

Commit

Permalink
Update GitHub actions to use upload/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Feb 3, 2025
1 parent 4fcd72b commit 7a33993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
MYPY_ENABLED: 1

- name: Archive Zserio PyPi binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-pypi-${{matrix.os}}-${{matrix.python-version}}
path: distr/*
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash

- name: Archive Zserio PyPi binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zserio-pypi-${{matrix.os}}-${{matrix.python-version}}
path: distr/*

0 comments on commit 7a33993

Please sign in to comment.