Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:

- name: Upload artifact - docs
if: steps.build.outcome == 'success'
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: docs
path: cpython/Doc/build/html

- name: Upload artifact - log files
if: always()
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: build-logs
path: logs/*
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
make lint

- name: Upload artifact - log files
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: lint-logs
path: logs/*
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: make spell

- name: Upload artifact - log files
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: pospell-logs
path: logs/*
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
powrap compendium.po

- name: Upload artifact
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: compendium
path: compendium.po
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
TX_TOKEN: ${{ secrets.TX_TOKEN }}

- name: Upload artifact - po files
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: translations
path: |
Expand All @@ -90,7 +90,7 @@ jobs:

- name: Upload artifact - log files
if: always()
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: pull-logs
path: |
Expand Down
Loading