Skip to content

Commit 7d05253

Browse files
committed
Bump all uses: to the latest.
1 parent c3f16ca commit 7d05253

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
# Steps represent a sequence of tasks that will be executed as part of the job
4949
steps:
5050
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252

5353
- name: Set up Python ${{ matrix.python-version }}
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757

@@ -95,17 +95,17 @@ jobs:
9595
contents: read
9696
id-token: write
9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v6
9999

100100
- name: Download all wheel artifacts
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v8
102102
with:
103103
path: dist
104104
pattern: 'dist-*'
105105
merge-multiple: true
106106

107107
- name: Set up Python
108-
uses: actions/setup-python@v5
108+
uses: actions/setup-python@v6
109109
with:
110110
python-version: '3.x'
111111

0 commit comments

Comments
 (0)