[FarGroup/FarManager] master: Update workflows (52b837033)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Mar 7, 2023, 2:45:50 PM3/7/23
to farco...@googlegroups.com
Repository : https://github.com/FarGroup/FarManager
On branch : master
Link : https://github.com/FarGroup/FarManager/commit/52b83703319a4b060758754bccdd9bfe27cbdfa2

>---------------------------------------------------------------

commit 52b83703319a4b060758754bccdd9bfe27cbdfa2
Author: Alex Alabuzhev <alab...@gmail.com>
Date: Tue Mar 7 19:35:43 2023 +0000

Update workflows


>---------------------------------------------------------------

52b83703319a4b060758754bccdd9bfe27cbdfa2
.github/workflows/build.yml | 4 ++--
.github/workflows/docs-pages.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 27c0775e9..eb6f64e9d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4

- name: Run checks
working-directory: far
@@ -92,7 +92,7 @@ jobs:
uses: github/codeql-action/analyze@v2

- name: Publish
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: Far.${{ matrix.build_config }}.${{ matrix.platform_name }}
path: _build/vc/_output/product/${{ matrix.build_config }}.${{ matrix.platform_sln }}
diff --git a/.github/workflows/docs-pages.yml b/.github/workflows/docs-pages.yml
index 43fd1176b..44c9e0916 100644
--- a/.github/workflows/docs-pages.yml
+++ b/.github/workflows/docs-pages.yml
@@ -16,7 +16,7 @@ jobs:

- name: GitHub Pages
if: success()
- uses: crazy-max/ghaction-github-pages@v2
+ uses: crazy-max/ghaction-github-pages@v3
with:
repo: FarGroup/api
target_branch: master


Reply all
Reply to author
Forward
0 new messages