chore(deps): update github artifact actions · python-gitlab/python-gitlab@8719985

Original file line numberDiff line numberDiff line change

@@ -120,7 +120,7 @@ jobs:

120120

pip install -r requirements-test.txt

121121

- name: Build package

122122

run: python -m build -o dist/

123-

- uses: actions/upload-artifact@v5.0.0

123+

- uses: actions/upload-artifact@v6.0.0

124124

with:

125125

name: dist

126126

path: dist

@@ -134,7 +134,7 @@ jobs:

134134

uses: actions/setup-python@v6.1.0

135135

with:

136136

python-version: '3.14'

137-

- uses: actions/download-artifact@v6.0.0

137+

- uses: actions/download-artifact@v7.0.0

138138

with:

139139

name: dist

140140

path: dist