Skip to content

Commit 5b89ecf

Browse files
committed
update versions for github actions
1 parent 4670244 commit 5b89ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
1212
runs-on: macos-11
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0 # fetch tags
1717
- run: ./bootstrap.sh
1818
- run: ./build.sh
1919
- run: ./bundle.sh
2020
- run: ./release.sh _build/pythonbase.app $(git describe --tags)
2121
- run: rm -Rf _build/pythonbase.app/ _build/run-*
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: bundle
2525
path: /Users/runner/work/gpodder-osx-bundle/gpodder-osx-bundle/_build

0 commit comments

Comments
 (0)