Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from eskopp/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
eskopp authored Dec 19, 2023
2 parents f9fb1d0 + 6ebca52 commit 1324f64
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2023_08_Familienfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_08_Familienfest/2023_08_Familienfest.pdf ISV_2023_08_Familienfest.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_08_Familienfest
path: ISV_2023_08_Familienfest.pdf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_08_Ilmenauer_Schnellschachturnier/2023_08_Ilmenauer_Schnellschachturnier.pdf ISV_2023_08_Ilmenauer_Schnellschachturnier.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_08_Ilmenauer_Schnellschachturnier
path: ISV_2023_08_Ilmenauer_Schnellschachturnier.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_09_RSR_Ausbildung.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_09_RSR_Ausbildung/2023_09_RSR_Ausbildung.pdf ISV_2023_09_RSR_Ausbildung.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_09_RSR_Ausbildung
path: ISV_2023_09_RSR_Ausbildung.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_10_Magdeburg_Open_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_10_Magdeburg_Open_28/2023_10_Magdeburg_Open_28.pdf ISV_2023_10_Magdeburg_Open_28.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_10_Magdeburg_Open_28
path: ISV_2023_10_Magdeburg_Open_28.pdf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_10_Mannschaftsschnellschachpokal-Schach-Königssee/2023_10_Mannschaftsschnellschachpokal-Schach-Königssee.pdf ISV_2023_10_Mannschaftsschnellschachpokal-Schach-Königssee.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_10_Mannschaftsschnellschachpokal-Schach-Königssee
path: ISV_2023_10_Mannschaftsschnellschachpokal-Schach-Königssee.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_10_RSR_Ausbildung_Nachtrag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_10_RSR_Ausbildung_Nachtrag/2023_10_RSR_Ausbildung_Nachtrag.pdf ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_10_RSR_Ausbildung_Nachtrag
path: ISV_2023_10_RSR_Ausbildung_Nachtrag.pdf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_10_Vereinspräsentation_TUIlmenau_WS2324/2023_10_Vereinspräsentation_TUIlmenau_WS2324.pdf ISV_2023_10_Vereinspräsentation_TUIlmenau_WS2324.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_10_Vereinspräsentation_TUIlmenau_WS2324
path: ISV_2023_10_Vereinspräsentation_TUIlmenau_WS2324.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_11_Halloween_Blitz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_11_Halloween_Blitz/2023_11_Halloween_Blitz.pdf ISV_2023_11_Halloween_Blitz.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_11_Halloween_Blitz
path: ISV_2023_11_Halloween_Blitz.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_11_KJEM_IK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_11_KJEM_IK
path: ISV_2023_11_KJEM_IK.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2023_12_Nikolaus_Blitz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp 2023_12_Nikolaus_Blitz/2023_12_Nikolaus_Blitz.pdf ISV_2023_12_Nikolaus_Blitz.pdf
- name: Upload PDF Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 2023_12_Nikolaus_Blitz
path: ISV_2023_12_Nikolaus_Blitz.pdf
Expand Down

0 comments on commit 1324f64

Please sign in to comment.