Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-lt-8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf authored Sep 4, 2024
2 parents faf87b8 + 3bb3d92 commit 07d844c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
git commit -a -m "Prepare version ${{ steps.extract-version.outputs.version }}"
- name: Create Pull Request for version
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
delete-branch: true
body: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: version
run: echo "version=$(python setup.py --version)" >> "$GITHUB_OUTPUT"
- name: Upload output file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*tar.gz
Expand All @@ -64,7 +64,7 @@ jobs:
name: Upload release artefacts
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.8
with:
name: sdist
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloud Information provider

[![Python tests](https://github.com/EGI-Federation/cloud-info-provider/actions/workflows/python.yml/badge.svg)
[![Python tests](https://github.com/EGI-Federation/cloud-info-provider/actions/workflows/python.yml/badge.svg)](https://github.com/EGI-Federation/cloud-info-provider/actions/workflows/python.yml/)
[![GitHub release](https://img.shields.io/github/release/EGI-Federation/cloud-info-provider.svg)](https://github.com/EGI-Federation/cloud-info-provider/releases)

The Cloud Information provider generates a representation of cloud resources,
Expand Down

0 comments on commit 07d844c

Please sign in to comment.