update versions of github actions

This commit is contained in:
Hannes Kuchelmeister
2024-07-06 00:25:14 +02:00
committed by GitHub
parent b9a7267a5f
commit c3df145b23

View File

@@ -31,10 +31,10 @@ jobs:
steps: steps:
- name: Install pre-requisits - name: Install pre-requisits
run: dnf update -y && dnf install -y git-lfs cargo run: dnf update -y && dnf install -y git-lfs cargo
- uses: actions/checkout@v2 - uses: actions/checkout@v4
with: with:
lfs: true lfs: true
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with: with:
bundle: toolbxtuner.flatpak bundle: toolbxtuner.flatpak
manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.Devel.json manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.Devel.json
@@ -53,10 +53,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch' if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch'
steps: steps:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v4
- name: Show files - name: Show files
run: ls run: ls
- uses: "marvinpinto/action-automatic-releases@v1.2.1" - uses: "dciborow/action-automatic-releases-2@v1.0.0"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true prerelease: true
@@ -64,4 +64,5 @@ jobs:
title: 'Latest Development Build' title: 'Latest Development Build'
files: | files: |
**/*.flatpak **/*.flatpak
**